Html Css Color HEX #D85849 Valencia

📋 copy color: '#D85849'

red 216 ◦ green 88 ◦ blue 73

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

Shades of Valencia #D85849

Tints of Valencia #D85849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.34%

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

R = 57.29%
G = 23.34%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D85849 (or 0xD85849) is known color: Valencia. HEX triplet: D8, 58 and 49. RGB value is (216,88,73). Sum of RGB (Red+Green+Blue) = 216+88+73=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D85849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85849 is #27A7B6. Grayscale: #7C7C7C. Windows color (decimal): -2598839 or 4806872. OLE color: 4806872.

HSL color Cylindrical-coordinate representation of color #D85849: hue angle of 6.29º 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 #D85849 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 88 73 -
CMYK 0 0.59 0.66 0.15
HSL 6.29º 0.65% 0.57% -
HSV(B) 6.29º 0.66% 0.85% -
XYZ 33.01 22.06 8.82 -
YUV 124.56 98.91 193.22 -
System Red Green Blue C M Y K H S L
Decimal 216 88 73 0 0.59 0.66 0.15 6.29 0.65 0.57
Hex D8 58 49 0 3B 42 F 6 41 39
Octal 330 130 111 0 73 102 17 6 101 71
Binary 11011000 1011000 1001001 0 111011 1000010 1111 110 1000001 111001

Color Harmonies of #D85849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85849

Black with #D85849

Text Example


Text Example

White with #D85849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85849; }

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

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

background-color css

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

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

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

border-color css

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

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

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