Html Css Color HEX #DB5B59 Roman

📋 copy color: '#DB5B59'

red 219 ◦ green 91 ◦ blue 89

#DB5B59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roman #DB5B59

Tints of Roman #DB5B59

RGB

 RED value IS 219 (85.94% from 255) = 54.89%

 GREEN value IS 91 (35.94% from 255) = 22.81%

 BLUE value IS 89 (35.16% from 255) = 22.31%

R = 54.89%
G = 22.81%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB5B59 (or 0xDB5B59) is known color: Roman. HEX triplet: DB, 5B and 59. RGB value is (219,91,89). Sum of RGB (Red+Green+Blue) = 219+91+89=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5B59 is #24A4A6. Grayscale: #818181. Windows color (decimal): -2401447 or 5856219. OLE color: 5856219.

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

Color convert

RGB 219 91 89 -
CMYK 0 0.58 0.59 0.14
HSL 0.92º 0.64% 0.6% -
HSV(B) 0.92º 0.59% 0.86% -
XYZ 34.76 23.26 12.11 -
YUV 129.04 105.41 192.16 -
System Red Green Blue C M Y K H S L
Decimal 219 91 89 0 0.58 0.59 0.14 0.92 0.64 0.6
Hex DB 5B 59 0 3A 3B E 1 40 3C
Octal 333 133 131 0 72 73 16 1 100 74
Binary 11011011 1011011 1011001 0 111010 111011 1110 1 1000000 111100

Color Harmonies of #DB5B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5B59

Black with #DB5B59

Text Example


Text Example

White with #DB5B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5B59; }

 p { color: rgb(219,91,89); }

 H1.HeaderClassName
 {
   color: #DB5B59;
 }
 .AnyTagClassName
 {
   color: #DB5B59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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