Html Css Color HEX #580B24 Bordeaux

📋 copy color: '#580B24'

red 88 ◦ green 11 ◦ blue 36

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

Shades of Bordeaux #580B24

Tints of Bordeaux #580B24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 26.67%

R = 65.19%
G = 8.15%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#580B24 (or 0x580B24) is known color: Bordeaux. HEX triplet: 58, 0B and 24. RGB value is (88,11,36). Sum of RGB (Red+Green+Blue) = 88+11+36=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #580B24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B24 is #A7F4DB. Grayscale: #242424. Windows color (decimal): -11007196 or 2362200. OLE color: 2362200.

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

Color convert

RGB 88 11 36 -
CMYK 0 0.88 0.59 0.65
HSL 340.52º 0.78% 0.19% -
HSV(B) 340.52º 0.88% 0.35% -
XYZ 4.46 2.44 1.91 -
YUV 36.87 127.51 164.47 -
System Red Green Blue C M Y K H S L
Decimal 88 11 36 0 0.88 0.59 0.65 340.52 0.78 0.19
Hex 58 B 24 0 58 3B 41 155 4E 13
Octal 130 13 44 0 130 73 101 525 116 23
Binary 1011000 1011 100100 0 1011000 111011 1000001 101010101 1001110 10011

Color Harmonies of #580B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B24

Black with #580B24

Text Example


Text Example

White with #580B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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