Html Css Color HEX #59091D Bordeaux

📋 copy color: '#59091D'

red 89 ◦ green 9 ◦ blue 29

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

Shades of Bordeaux #59091D

Tints of Bordeaux #59091D

RGB

 RED value IS 89 (35.16% from 255) = 70.08%

 GREEN value IS 9 (3.91% from 255) = 7.09%

 BLUE value IS 29 (11.72% from 255) = 22.83%

R = 70.08%
G = 7.09%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#59091D (or 0x59091D) is known color: Bordeaux. HEX triplet: 59, 09 and 1D. RGB value is (89,9,29). Sum of RGB (Red+Green+Blue) = 89+9+29=127 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.08% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 89 - color contains mainly: red. Hex color #59091D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59091D is #A6F6E2. Grayscale: #232323. Windows color (decimal): -10942179 or 1902937. OLE color: 1902937.

HSL color Cylindrical-coordinate representation of color #59091D: hue angle of 345º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #59091D is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 9 29 -
CMYK 0 0.90 0.67 0.65
HSL 345º 0.82% 0.19% -
HSV(B) 345º 0.9% 0.35% -
XYZ 4.44 2.41 1.39 -
YUV 35.2 124.5 166.37 -
System Red Green Blue C M Y K H S L
Decimal 89 9 29 0 0.90 0.67 0.65 345 0.82 0.19
Hex 59 9 1D 0 5A 43 41 159 52 13
Octal 131 11 35 0 132 103 101 531 122 23
Binary 1011001 1001 11101 0 1011010 1000011 1000001 101011001 1010010 10011

Color Harmonies of #59091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59091D

Black with #59091D

Text Example


Text Example

White with #59091D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59091D; }

 p { color: rgb(89,9,29); }

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

background-color css

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

 a { background-color: rgb(89,9,29); }

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

border-color css

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

 span { border-color: rgb(89,9,29); }

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