Html Css Color HEX #D85B57 Roman

📋 copy color: '#D85B57'

red 216 ◦ green 91 ◦ blue 87

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

Shades of Roman #D85B57

Tints of Roman #D85B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.08%

R = 54.82%
G = 23.1%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D85B57 (or 0xD85B57) is known color: Roman. HEX triplet: D8, 5B and 57. RGB value is (216,91,87). Sum of RGB (Red+Green+Blue) = 216+91+87=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85B57 is #27A4A8. Grayscale: #808080. Windows color (decimal): -2598057 or 5725144. OLE color: 5725144.

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

Color convert

RGB 216 91 87 -
CMYK 0 0.58 0.60 0.15
HSL 1.86º 0.62% 0.59% -
HSV(B) 1.86º 0.6% 0.85% -
XYZ 33.78 22.77 11.63 -
YUV 127.92 104.91 190.83 -
System Red Green Blue C M Y K H S L
Decimal 216 91 87 0 0.58 0.60 0.15 1.86 0.62 0.59
Hex D8 5B 57 0 3A 3C F 2 3E 3B
Octal 330 133 127 0 72 74 17 2 76 73
Binary 11011000 1011011 1010111 0 111010 111100 1111 10 111110 111011

Color Harmonies of #D85B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B57

Black with #D85B57

Text Example


Text Example

White with #D85B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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