Html Css Color HEX #D85B51 Valencia

📋 copy color: '#D85B51'

red 216 ◦ green 91 ◦ blue 81

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

Shades of Valencia #D85B51

Tints of Valencia #D85B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.88%

R = 55.67%
G = 23.45%
B = 20.88%

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

#D85B51 (or 0xD85B51) is known color: Valencia. HEX triplet: D8, 5B and 51. RGB value is (216,91,81). Sum of RGB (Red+Green+Blue) = 216+91+81=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85B51 is #27A4AE. Grayscale: #7F7F7F. Windows color (decimal): -2598063 or 5331928. OLE color: 5331928.

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

Color convert

RGB 216 91 81 -
CMYK 0 0.58 0.62 0.15
HSL 4.44º 0.63% 0.58% -
HSV(B) 4.44º 0.63% 0.85% -
XYZ 33.55 22.68 10.39 -
YUV 127.24 101.91 191.31 -
System Red Green Blue C M Y K H S L
Decimal 216 91 81 0 0.58 0.62 0.15 4.44 0.63 0.58
Hex D8 5B 51 0 3A 3E F 4 3F 3A
Octal 330 133 121 0 72 76 17 4 77 72
Binary 11011000 1011011 1010001 0 111010 111110 1111 100 111111 111010

Color Harmonies of #D85B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B51

Black with #D85B51

Text Example


Text Example

White with #D85B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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