#D04F48

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

Shades of Valencia #D04F48

Tints of Valencia #D04F48

Color information

#D04F48 (or 0xD04F48) is unknown color: approx Valencia. HEX triplet: D0, 4F and 48. RGB value is (208,79,72). Sum of RGB (Red+Green+Blue) = 208+79+72=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D04F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D04F48 is #2FB0B7. Grayscale: #747474. Windows color (decimal): -3125432 or 4739024. OLE color: 4739024.

HSL color Cylindrical-coordinate representation of color #D04F48: hue angle of 3.09º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04F48 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB2087972-
CMYK00.620.650.18
HSL3.09º59.13%54.9%-
HSV(B)3.09º65.38%81.57%-
XYZ29.9819.478.31-
YUV116.77102.74193.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 57.94%
GREEN value IS 79 (31.25% from 255) = 22.01%
BLUE value IS 72 (28.52% from 255) = 20.06%
R=57.94%
G=22.01%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208797200.620.650.183.0959.1354.9
HexD04F4803E411233b37
Octal3201171100761012237367
Binary1101000010011111001000011111010000011001011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04F48; }

 p { color: rgb(208,79,72); }

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

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

 a { background-color: rgb(208,79,72); }

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

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

 span { border-color: rgb(208,79,72); }

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