Html Css Color HEX #580B18 Bordeaux

📋 copy color: '#580B18'

red 88 ◦ green 11 ◦ blue 24

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

Shades of Bordeaux #580B18

Tints of Bordeaux #580B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 19.51%

R = 71.54%
G = 8.94%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#580B18 (or 0x580B18) is known color: Bordeaux. HEX triplet: 58, 0B and 18. RGB value is (88,11,24). Sum of RGB (Red+Green+Blue) = 88+11+24=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #580B18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580B18 is #A7F4E7. Grayscale: #232323. Windows color (decimal): -11007208 or 1575768. OLE color: 1575768.

HSL color Cylindrical-coordinate representation of color #580B18: hue angle of 349.87º 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 #580B18 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 11 24 -
CMYK 0 0.88 0.73 0.65
HSL 349.87º 0.78% 0.19% -
HSV(B) 349.87º 0.88% 0.35% -
XYZ 4.31 2.38 1.1 -
YUV 35.51 121.51 165.44 -
System Red Green Blue C M Y K H S L
Decimal 88 11 24 0 0.88 0.73 0.65 349.87 0.78 0.19
Hex 58 B 18 0 58 49 41 15E 4E 13
Octal 130 13 30 0 130 111 101 536 116 23
Binary 1011000 1011 11000 0 1011000 1001001 1000001 101011110 1001110 10011

Color Harmonies of #580B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B18

Black with #580B18

Text Example


Text Example

White with #580B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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