#d85f59

Color #D85F59 Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #D85F59

Tints of Roman #D85F59

Color information

#D85F59 (or 0xD85F59) is unknown color: approx Roman. HEX triplet: D8, 5F and 59. RGB value is (216,95,89). Sum of RGB (Red+Green+Blue) = 216+95+89=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F59 is #27A0A6. Grayscale: #828282. Windows color (decimal): -2597031 or 5857240. OLE color: 5857240.

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

Color convert

RGB2169589-
CMYK00.560.590.15
HSL2.83º61.95%59.8%-
HSV(B)2.83º58.8%84.71%-
XYZ34.2123.512.18-
YUV130.5104.59188.99-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54%
GREEN value IS 95 (37.5% from 255) = 23.75%
BLUE value IS 89 (35.16% from 255) = 22.25%
R=54%
G=23.75%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216958900.560.590.152.8361.9559.8
HexD85F590383BF33e3c
Octal330137131070731737674
Binary11011000101111110110010111000111011111111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d85f59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d85f59; }

 p { color: rgb(216,95,89); }

 H1.HeaderClassName
 {
   color: #d85f59;
 }
 .AnyTagClassName
 {
   color: #d85f59;
 }
</style>
background-color css

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

 a { background-color: rgb(216,95,89); }

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

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

 span { border-color: rgb(216,95,89); }

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