#D95A5A

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

Shades of Roman #D95A5A

Tints of Roman #D95A5A

Color information

#D95A5A (or 0xD95A5A) is unknown color: approx Roman. HEX triplet: D9, 5A and 5A. RGB value is (217,90,90). Sum of RGB (Red+Green+Blue) = 217+90+90=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95A5A is #26A5A5. Grayscale: #808080. Windows color (decimal): -2532774 or 5921497. OLE color: 5921497.

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

Color convert

RGB2179090-
CMYK00.590.590.15
HSL62.56%60.2%-
HSV(B)58.53%85.1%-
XYZ34.1222.812.28-
YUV127.97106.58191.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.66%
GREEN value IS 90 (35.55% from 255) = 22.67%
BLUE value IS 90 (35.55% from 255) = 22.67%
R=54.66%
G=22.67%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217909000.590.590.15062.5660.2
HexD95A5A03B3BF03f3c
Octal331132132073731707774
Binary1101100110110101011010011101111101111110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95A5A; }

 p { color: rgb(217,90,90); }

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

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

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

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

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

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

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