Html Css Color HEX #59071A Bordeaux

📋 copy color: '#59071A'

red 89 ◦ green 7 ◦ blue 26

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

Shades of Bordeaux #59071A

Tints of Bordeaux #59071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.74%

 BLUE value IS 26 (10.55% from 255) = 21.31%

R = 72.95%
G = 5.74%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#59071A (or 0x59071A) is known color: Bordeaux. HEX triplet: 59, 07 and 1A. RGB value is (89,7,26). Sum of RGB (Red+Green+Blue) = 89+7+26=122 (16% of max value = 765). Red value is 89 (35.16% from 255 or 72.95% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 89 - color contains mainly: red. Hex color #59071A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59071A is #A6F8E5. Grayscale: #212121. Windows color (decimal): -10942694 or 1705817. OLE color: 1705817.

HSL color Cylindrical-coordinate representation of color #59071A: hue angle of 346.1º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #59071A is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 7 26 -
CMYK 0 0.92 0.71 0.65
HSL 346.1º 0.85% 0.19% -
HSV(B) 346.1º 0.92% 0.35% -
XYZ 4.38 2.35 1.2 -
YUV 33.68 123.67 167.46 -
System Red Green Blue C M Y K H S L
Decimal 89 7 26 0 0.92 0.71 0.65 346.1 0.85 0.19
Hex 59 7 1A 0 5C 47 41 15A 55 13
Octal 131 7 32 0 134 107 101 532 125 23
Binary 1011001 111 11010 0 1011100 1000111 1000001 101011010 1010101 10011

Color Harmonies of #59071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59071A

Black with #59071A

Text Example


Text Example

White with #59071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59071A; }

 p { color: rgb(89,7,26); }

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

background-color css

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

 a { background-color: rgb(89,7,26); }

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

border-color css

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

 span { border-color: rgb(89,7,26); }

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