Html Css Color HEX #59060D Bordeaux

📋 copy color: '#59060D'

red 89 ◦ green 6 ◦ blue 13

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

Shades of Bordeaux #59060D

Tints of Bordeaux #59060D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.56%

 BLUE value IS 13 (5.47% from 255) = 12.04%

R = 82.41%
G = 5.56%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#59060D (or 0x59060D) is known color: Bordeaux. HEX triplet: 59, 06 and 0D. RGB value is (89,6,13). Sum of RGB (Red+Green+Blue) = 89+6+13=108 (14% of max value = 765). Red value is 89 (35.16% from 255 or 82.41% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 89 - color contains mainly: red. Hex color #59060D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59060D is #A6F9F2. Grayscale: #1F1F1F. Windows color (decimal): -10942963 or 853593. OLE color: 853593.

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

Color convert

RGB 89 6 13 -
CMYK 0 0.93 0.85 0.65
HSL 354.94º 0.87% 0.19% -
HSV(B) 354.94º 0.93% 0.35% -
XYZ 4.26 2.28 0.6 -
YUV 31.62 117.5 168.93 -
System Red Green Blue C M Y K H S L
Decimal 89 6 13 0 0.93 0.85 0.65 354.94 0.87 0.19
Hex 59 6 D 0 5D 55 41 163 57 13
Octal 131 6 15 0 135 125 101 543 127 23
Binary 1011001 110 1101 0 1011101 1010101 1000001 101100011 1010111 10011

Color Harmonies of #59060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59060D

Black with #59060D

Text Example


Text Example

White with #59060D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,6,13); }

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

background-color css

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

 a { background-color: rgb(89,6,13); }

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

border-color css

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

 span { border-color: rgb(89,6,13); }

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