#D05A51

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

Shades of Valencia #D05A51

Tints of Valencia #D05A51

Color information

#D05A51 (or 0xD05A51) is unknown color: approx Valencia. HEX triplet: D0, 5A and 51. RGB value is (208,90,81). Sum of RGB (Red+Green+Blue) = 208+90+81=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D05A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05A51 is #2FA5AE. Grayscale: #7C7C7C. Windows color (decimal): -3122607 or 5331664. OLE color: 5331664.

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

Color convert

RGB2089081-
CMYK00.570.610.18
HSL4.25º57.47%56.67%-
HSV(B)4.25º61.06%81.57%-
XYZ31.1521.3210.26-
YUV124.26103.59187.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.88%
GREEN value IS 90 (35.55% from 255) = 23.75%
BLUE value IS 81 (32.03% from 255) = 21.37%
R=54.88%
G=23.75%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208908100.570.610.184.2557.4756.67
HexD05A510393D1243939
Octal320132121071752247171
Binary1101000010110101010001011100111110110010100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05A51; }

 p { color: rgb(208,90,81); }

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

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

 a { background-color: rgb(208,90,81); }

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

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

 span { border-color: rgb(208,90,81); }

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