Html Css Color HEX #D85549 Valencia

📋 copy color: '#D85549'

red 216 ◦ green 85 ◦ blue 73

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

Shades of Valencia #D85549

Tints of Valencia #D85549

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.73%

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

R = 57.75%
G = 22.73%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D85549 (or 0xD85549) is known color: Valencia. HEX triplet: D8, 55 and 49. RGB value is (216,85,73). Sum of RGB (Red+Green+Blue) = 216+85+73=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D85549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85549 is #27AAB6. Grayscale: #7A7A7A. Windows color (decimal): -2599607 or 4806104. OLE color: 4806104.

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

Color convert

RGB 216 85 73 -
CMYK 0 0.61 0.66 0.15
HSL 5.03º 0.65% 0.57% -
HSV(B) 5.03º 0.66% 0.85% -
XYZ 32.77 21.58 8.74 -
YUV 122.8 99.9 194.48 -
System Red Green Blue C M Y K H S L
Decimal 216 85 73 0 0.61 0.66 0.15 5.03 0.65 0.57
Hex D8 55 49 0 3D 42 F 5 41 39
Octal 330 125 111 0 75 102 17 5 101 71
Binary 11011000 1010101 1001001 0 111101 1000010 1111 101 1000001 111001

Color Harmonies of #D85549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85549

Black with #D85549

Text Example


Text Example

White with #D85549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85549; }

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

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

background-color css

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

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

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

border-color css

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

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

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