#db5a5a

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

Shades of Roman #DB5A5A

Tints of Roman #DB5A5A

Color information

#DB5A5A (or 0xDB5A5A) is unknown color: approx Roman. HEX triplet: DB, 5A and 5A. RGB value is (219,90,90). Sum of RGB (Red+Green+Blue) = 219+90+90=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5A5A is #24A5A5. Grayscale: #808080. Windows color (decimal): -2401702 or 5921499. OLE color: 5921499.

HSL color Cylindrical-coordinate representation of color #DB5A5A: hue angle of 0º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5A5A is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB2199090-
CMYK00.590.590.14
HSL64.18%60.59%-
HSV(B)58.9%85.88%-
XYZ34.7223.1112.3-
YUV128.57106.24192.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 54.89%
GREEN value IS 90 (35.55% from 255) = 22.56%
BLUE value IS 90 (35.55% from 255) = 22.56%
R=54.89%
G=22.56%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219909000.590.590.14064.1860.59
HexDB5A5A03B3BE0403d
Octal3331321320737316010075
Binary11011011101101010110100111011111011111001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db5a5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db5a5a; }

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

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

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

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

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

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

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

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