Html Css Color HEX #590912 Bordeaux

📋 copy color: '#590912'

red 89 ◦ green 9 ◦ blue 18

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

Shades of Bordeaux #590912

Tints of Bordeaux #590912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.52%

R = 76.72%
G = 7.76%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#590912 (or 0x590912) is known color: Bordeaux. HEX triplet: 59, 09 and 12. RGB value is (89,9,18). Sum of RGB (Red+Green+Blue) = 89+9+18=116 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.72% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 89 - color contains mainly: red. Hex color #590912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590912 is #A6F6ED. Grayscale: #212121. Windows color (decimal): -10942190 or 1182041. OLE color: 1182041.

HSL color Cylindrical-coordinate representation of color #590912: hue angle of 353.25º 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 #590912 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 9 18 -
CMYK 0 0.90 0.80 0.65
HSL 353.25º 0.82% 0.19% -
HSV(B) 353.25º 0.9% 0.35% -
XYZ 4.33 2.36 0.8 -
YUV 33.95 119 167.27 -
System Red Green Blue C M Y K H S L
Decimal 89 9 18 0 0.90 0.80 0.65 353.25 0.82 0.19
Hex 59 9 12 0 5A 50 41 161 52 13
Octal 131 11 22 0 132 120 101 541 122 23
Binary 1011001 1001 10010 0 1011010 1010000 1000001 101100001 1010010 10011

Color Harmonies of #590912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590912

Black with #590912

Text Example


Text Example

White with #590912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590912; }

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

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

background-color css

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

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

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

border-color css

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

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

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