#D85A5A

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

Shades of Roman #D85A5A

Tints of Roman #D85A5A

Color information

#D85A5A (or 0xD85A5A) is unknown color: approx Roman. HEX triplet: D8, 5A and 5A. RGB value is (216,90,90). Sum of RGB (Red+Green+Blue) = 216+90+90=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85A5A is #27A5A5. Grayscale: #7F7F7F. Windows color (decimal): -2598310 or 5921496. OLE color: 5921496.

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

Color convert

RGB2169090-
CMYK00.580.580.15
HSL61.76%60%-
HSV(B)58.33%84.71%-
XYZ33.8222.6512.26-
YUV127.67106.74191-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.55%
GREEN value IS 90 (35.55% from 255) = 22.73%
BLUE value IS 90 (35.55% from 255) = 22.73%
R=54.55%
G=22.73%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216909000.580.580.15061.7660
HexD85A5A03A3AF03e3c
Octal330132132072721707674
Binary1101100010110101011010011101011101011110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85A5A; }

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

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

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

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

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

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

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

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