#D45B51

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

Shades of Valencia #D45B51

Tints of Valencia #D45B51

Color information

#D45B51 (or 0xD45B51) is unknown color: approx Valencia. HEX triplet: D4, 5B and 51. RGB value is (212,91,81). Sum of RGB (Red+Green+Blue) = 212+91+81=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D45B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45B51 is #2BA4AE. Grayscale: #7E7E7E. Windows color (decimal): -2860207 or 5331924. OLE color: 5331924.

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

Color convert

RGB2129181-
CMYK00.570.620.17
HSL4.58º60.37%57.45%-
HSV(B)4.58º61.79%83.14%-
XYZ32.3822.0710.34-
YUV126.04102.59189.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.21%
GREEN value IS 91 (35.94% from 255) = 23.70%
BLUE value IS 81 (32.03% from 255) = 21.09%
R=55.21%
G=23.70%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212918100.570.620.174.5860.3757.45
HexD45B510393E1153c39
Octal324133121071762157471
Binary1101010010110111010001011100111111010001101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45B51; }

 p { color: rgb(212,91,81); }

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

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

 a { background-color: rgb(212,91,81); }

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

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

 span { border-color: rgb(212,91,81); }

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