Html Css Color HEX #580B12 Bordeaux

📋 copy color: '#580B12'

red 88 ◦ green 11 ◦ blue 18

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

Shades of Bordeaux #580B12

Tints of Bordeaux #580B12

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.4%

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

R = 75.21%
G = 9.4%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#580B12 (or 0x580B12) is known color: Bordeaux. HEX triplet: 58, 0B and 12. RGB value is (88,11,18). Sum of RGB (Red+Green+Blue) = 88+11+18=117 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.21% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 88 - color contains mainly: red. Hex color #580B12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580B12 is #A7F4ED. Grayscale: #222222. Windows color (decimal): -11007214 or 1182552. OLE color: 1182552.

HSL color Cylindrical-coordinate representation of color #580B12: hue angle of 354.55º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580B12 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 11 18 -
CMYK 0 0.88 0.80 0.65
HSL 354.55º 0.78% 0.19% -
HSV(B) 354.55º 0.88% 0.35% -
XYZ 4.25 2.36 0.8 -
YUV 34.82 118.51 165.93 -
System Red Green Blue C M Y K H S L
Decimal 88 11 18 0 0.88 0.80 0.65 354.55 0.78 0.19
Hex 58 B 12 0 58 50 41 163 4E 13
Octal 130 13 22 0 130 120 101 543 116 23
Binary 1011000 1011 10010 0 1011000 1010000 1000001 101100011 1001110 10011

Color Harmonies of #580B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B12

Black with #580B12

Text Example


Text Example

White with #580B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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