Html Css Color HEX #59040A Bordeaux

📋 copy color: '#59040A'

red 89 ◦ green 4 ◦ blue 10

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

Shades of Bordeaux #59040A

Tints of Bordeaux #59040A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.88%

 BLUE value IS 10 (4.3% from 255) = 9.71%

R = 86.41%
G = 3.88%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#59040A (or 0x59040A) is known color: Bordeaux. HEX triplet: 59, 04 and 0A. RGB value is (89,4,10). Sum of RGB (Red+Green+Blue) = 89+4+10=103 (13% of max value = 765). Red value is 89 (35.16% from 255 or 86.41% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 89 - color contains mainly: red. Hex color #59040A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59040A is #A6FBF5. Grayscale: #1E1E1E. Windows color (decimal): -10943478 or 656473. OLE color: 656473.

HSL color Cylindrical-coordinate representation of color #59040A: hue angle of 355.76º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #59040A is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 4 10 -
CMYK 0 0.96 0.89 0.65
HSL 355.76º 0.91% 0.18% -
HSV(B) 355.76º 0.96% 0.35% -
XYZ 4.22 2.23 0.5 -
YUV 30.1 116.66 170.01 -
System Red Green Blue C M Y K H S L
Decimal 89 4 10 0 0.96 0.89 0.65 355.76 0.91 0.18
Hex 59 4 A 0 60 59 41 164 5B 12
Octal 131 4 12 0 140 131 101 544 133 22
Binary 1011001 100 1010 0 1100000 1011001 1000001 101100100 1011011 10010

Color Harmonies of #59040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59040A

Black with #59040A

Text Example


Text Example

White with #59040A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,4,10); }

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

background-color css

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

 a { background-color: rgb(89,4,10); }

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

border-color css

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

 span { border-color: rgb(89,4,10); }

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