#D45847

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

Shades of Valencia #D45847

Tints of Valencia #D45847

Color information

#D45847 (or 0xD45847) is unknown color: approx Valencia. HEX triplet: D4, 58 and 47. RGB value is (212,88,71). Sum of RGB (Red+Green+Blue) = 212+88+71=371 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.14% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 212 - color contains mainly: red. Hex color #D45847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D45847 is #2BA7B8. Grayscale: #7B7B7B. Windows color (decimal): -2860985 or 4675796. OLE color: 4675796.

HSL color Cylindrical-coordinate representation of color #D45847: hue angle of 7.23º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D45847 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB2128871-
CMYK00.580.670.17
HSL7.23º62.11%55.49%-
HSV(B)7.23º66.51%83.14%-
XYZ31.7821.438.42-
YUV123.1498.58191.38-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 57.14%
GREEN value IS 88 (34.77% from 255) = 23.72%
BLUE value IS 71 (28.12% from 255) = 19.14%
R=57.14%
G=23.72%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212887100.580.670.177.2362.1155.49
HexD4584703A431173e37
Octal3241301070721032177667
Binary11010100101100010001110111010100001110001111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45847; }

 p { color: rgb(212,88,71); }

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

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

 a { background-color: rgb(212,88,71); }

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

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

 span { border-color: rgb(212,88,71); }

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