Html Css Color HEX #580912 Bordeaux

📋 copy color: '#580912'

red 88 ◦ green 9 ◦ blue 18

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

Shades of Bordeaux #580912

Tints of Bordeaux #580912

RGB

 RED value IS 88 (34.77% from 255) = 76.52%

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

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

R = 76.52%
G = 7.83%
B = 15.65%

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

#580912 (or 0x580912) is known color: Bordeaux. HEX triplet: 58, 09 and 12. RGB value is (88,9,18). Sum of RGB (Red+Green+Blue) = 88+9+18=115 (15% of max value = 765). Red value is 88 (34.77% from 255 or 76.52% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 88 - color contains mainly: red. Hex color #580912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580912 is #A7F6ED. Grayscale: #212121. Windows color (decimal): -11007726 or 1182040. OLE color: 1182040.

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

Color convert

RGB 88 9 18 -
CMYK 0 0.90 0.80 0.65
HSL 353.16º 0.81% 0.19% -
HSV(B) 353.16º 0.9% 0.35% -
XYZ 4.23 2.31 0.8 -
YUV 33.65 119.17 166.77 -
System Red Green Blue C M Y K H S L
Decimal 88 9 18 0 0.90 0.80 0.65 353.16 0.81 0.19
Hex 58 9 12 0 5A 50 41 161 51 13
Octal 130 11 22 0 132 120 101 541 121 23
Binary 1011000 1001 10010 0 1011010 1010000 1000001 101100001 1010001 10011

Color Harmonies of #580912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580912

Black with #580912

Text Example


Text Example

White with #580912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580912; }

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

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

background-color css

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

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

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

border-color css

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

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

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