Html Css Color HEX #D85B52 Valencia

📋 copy color: '#D85B52'

red 216 ◦ green 91 ◦ blue 82

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

Shades of Valencia #D85B52

Tints of Valencia #D85B52

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.39%

 BLUE value IS 82 (32.42% from 255) = 21.08%

R = 55.53%
G = 23.39%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D85B52 (or 0xD85B52) is known color: Valencia. HEX triplet: D8, 5B and 52. RGB value is (216,91,82). Sum of RGB (Red+Green+Blue) = 216+91+82=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85B52 is #27A4AD. Grayscale: #7F7F7F. Windows color (decimal): -2598062 or 5397464. OLE color: 5397464.

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

Color convert

RGB 216 91 82 -
CMYK 0 0.58 0.62 0.15
HSL 4.03º 0.63% 0.58% -
HSV(B) 4.03º 0.62% 0.85% -
XYZ 33.58 22.69 10.59 -
YUV 127.35 102.41 191.23 -
System Red Green Blue C M Y K H S L
Decimal 216 91 82 0 0.58 0.62 0.15 4.03 0.63 0.58
Hex D8 5B 52 0 3A 3E F 4 3F 3A
Octal 330 133 122 0 72 76 17 4 77 72
Binary 11011000 1011011 1010010 0 111010 111110 1111 100 111111 111010

Color Harmonies of #D85B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B52

Black with #D85B52

Text Example


Text Example

White with #D85B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B52; }

 p { color: rgb(216,91,82); }

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

background-color css

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

 a { background-color: rgb(216,91,82); }

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

border-color css

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

 span { border-color: rgb(216,91,82); }

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