Html Css Color HEX #580B26 Bordeaux

📋 copy color: '#580B26'

red 88 ◦ green 11 ◦ blue 38

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

Shades of Bordeaux #580B26

Tints of Bordeaux #580B26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 27.74%

R = 64.23%
G = 8.03%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#580B26 (or 0x580B26) is known color: Bordeaux. HEX triplet: 58, 0B and 26. RGB value is (88,11,38). Sum of RGB (Red+Green+Blue) = 88+11+38=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #580B26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B26 is #A7F4D9. Grayscale: #252525. Windows color (decimal): -11007194 or 2493272. OLE color: 2493272.

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

Color convert

RGB 88 11 38 -
CMYK 0 0.88 0.57 0.65
HSL 338.96º 0.78% 0.19% -
HSV(B) 338.96º 0.88% 0.35% -
XYZ 4.49 2.45 2.07 -
YUV 37.1 128.51 164.3 -
System Red Green Blue C M Y K H S L
Decimal 88 11 38 0 0.88 0.57 0.65 338.96 0.78 0.19
Hex 58 B 26 0 58 39 41 153 4E 13
Octal 130 13 46 0 130 71 101 523 116 23
Binary 1011000 1011 100110 0 1011000 111001 1000001 101010011 1001110 10011

Color Harmonies of #580B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B26

Black with #580B26

Text Example


Text Example

White with #580B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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