Html Css Color HEX #D85A49 Valencia

📋 copy color: '#D85A49'

red 216 ◦ green 90 ◦ blue 73

#D85A49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Valencia #D85A49

Tints of Valencia #D85A49

RGB

 RED value IS 216 (84.77% from 255) = 56.99%

 GREEN value IS 90 (35.55% from 255) = 23.75%

 BLUE value IS 73 (28.91% from 255) = 19.26%

R = 56.99%
G = 23.75%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D85A49 (or 0xD85A49) is known color: Valencia. HEX triplet: D8, 5A and 49. RGB value is (216,90,73). Sum of RGB (Red+Green+Blue) = 216+90+73=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85A49 is #27A5B6. Grayscale: #7D7D7D. Windows color (decimal): -2598327 or 4807384. OLE color: 4807384.

HSL color Cylindrical-coordinate representation of color #D85A49: hue angle of 7.13º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D85A49 is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 90 73 -
CMYK 0 0.58 0.66 0.15
HSL 7.13º 0.65% 0.57% -
HSV(B) 7.13º 0.66% 0.85% -
XYZ 33.18 22.39 8.88 -
YUV 125.74 98.24 192.38 -
System Red Green Blue C M Y K H S L
Decimal 216 90 73 0 0.58 0.66 0.15 7.13 0.65 0.57
Hex D8 5A 49 0 3A 42 F 7 41 39
Octal 330 132 111 0 72 102 17 7 101 71
Binary 11011000 1011010 1001001 0 111010 1000010 1111 111 1000001 111001

Color Harmonies of #D85A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85A49

Black with #D85A49

Text Example


Text Example

White with #D85A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85A49; }

 p { color: rgb(216,90,73); }

 H1.HeaderClassName
 {
   color: #D85A49;
 }
 .AnyTagClassName
 {
   color: #D85A49;
 }
</style>

background-color css

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

 a { background-color: rgb(216,90,73); }

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

border-color css

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

 span { border-color: rgb(216,90,73); }

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