#D75848

Color #D75848 Valencia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valencia #D75848

Tints of Valencia #D75848

Color information

#D75848 (or 0xD75848) is unknown color: approx Valencia. HEX triplet: D7, 58 and 48. RGB value is (215,88,72). Sum of RGB (Red+Green+Blue) = 215+88+72=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D75848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75848 is #28A7B7. Grayscale: #7C7C7C. Windows color (decimal): -2664376 or 4741335. OLE color: 4741335.

HSL color Cylindrical-coordinate representation of color #D75848: hue angle of 6.71º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D75848 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB2158872-
CMYK00.590.670.16
HSL6.71º64.13%56.27%-
HSV(B)6.71º66.51%84.31%-
XYZ32.6821.898.63-
YUV124.1598.58192.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 57.33%
GREEN value IS 88 (34.77% from 255) = 23.47%
BLUE value IS 72 (28.52% from 255) = 19.2%
R=57.33%
G=23.47%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215887200.590.670.166.7164.1356.27
HexD7584803B431074038
Octal32713011007310320710070
Binary110101111011000100100001110111000011100001111000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75848; }

 p { color: rgb(215,88,72); }

 H1.HeaderClassName
 {
   color: #D75848;
 }
 .AnyTagClassName
 {
   color: #D75848;
 }
</style>
background-color css

<style>
 a { background-color: #D75848; }

 a { background-color: rgb(215,88,72); }

 div.DivClassName
 {
   background-color: #D75848;
 }
 .BgClassName
 {
   background-color: #D75848;
 }
</style>
border-color css

<style>
 span { border-color: #D75848; }

 span { border-color: rgb(215,88,72); }

 td.TdClassName
 {
   border-color: #D75848;
 }
 .TagClassName
 {
   border-color: #D75848;
 }
</style>