#D95B58

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

Shades of Roman #D95B58

Tints of Roman #D95B58

Color information

#D95B58 (or 0xD95B58) is unknown color: approx Roman. HEX triplet: D9, 5B and 58. RGB value is (217,91,88). Sum of RGB (Red+Green+Blue) = 217+91+88=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D95B58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95B58 is #26A4A7. Grayscale: #808080. Windows color (decimal): -2532520 or 5790681. OLE color: 5790681.

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

Color convert

RGB2179188-
CMYK00.580.590.15
HSL1.4º62.93%59.8%-
HSV(B)1.4º59.45%85.1%-
XYZ34.1222.9411.86-
YUV128.33105.24191.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.80%
GREEN value IS 91 (35.94% from 255) = 22.98%
BLUE value IS 88 (34.77% from 255) = 22.22%
R=54.80%
G=22.98%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217918800.580.590.151.462.9359.8
HexD95B5803A3BF13f3c
Octal331133130072731717774
Binary1101100110110111011000011101011101111111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95B58; }

 p { color: rgb(217,91,88); }

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

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

 a { background-color: rgb(217,91,88); }

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

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

 span { border-color: rgb(217,91,88); }

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