Html Css Color HEX #580B21 Bordeaux

📋 copy color: '#580B21'

red 88 ◦ green 11 ◦ blue 33

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

Shades of Bordeaux #580B21

Tints of Bordeaux #580B21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 25%

R = 66.67%
G = 8.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#580B21 (or 0x580B21) is known color: Bordeaux. HEX triplet: 58, 0B and 21. RGB value is (88,11,33). Sum of RGB (Red+Green+Blue) = 88+11+33=132 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.67% from 132); Green value is 11 (4.69% from 255 or 8.33% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 88 - color contains mainly: red. Hex color #580B21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B21 is #A7F4DE. Grayscale: #242424. Windows color (decimal): -11007199 or 2165592. OLE color: 2165592.

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

Color convert

RGB 88 11 33 -
CMYK 0 0.88 0.62 0.65
HSL 342.86º 0.78% 0.19% -
HSV(B) 342.86º 0.88% 0.35% -
XYZ 4.42 2.42 1.67 -
YUV 36.53 126.01 164.71 -
System Red Green Blue C M Y K H S L
Decimal 88 11 33 0 0.88 0.62 0.65 342.86 0.78 0.19
Hex 58 B 21 0 58 3E 41 157 4E 13
Octal 130 13 41 0 130 76 101 527 116 23
Binary 1011000 1011 100001 0 1011000 111110 1000001 101010111 1001110 10011

Color Harmonies of #580B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B21

Black with #580B21

Text Example


Text Example

White with #580B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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