Html Css Color HEX #581B29 Bordeaux

📋 copy color: '#581B29'

red 88 ◦ green 27 ◦ blue 41

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

Shades of Bordeaux #581B29

Tints of Bordeaux #581B29

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.31%

 BLUE value IS 41 (16.41% from 255) = 26.28%

R = 56.41%
G = 17.31%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#581B29 (or 0x581B29) is known color: Bordeaux. HEX triplet: 58, 1B and 29. RGB value is (88,27,41). Sum of RGB (Red+Green+Blue) = 88+27+41=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #581B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581B29 is #A7E4D6. Grayscale: #2E2E2E. Windows color (decimal): -11003095 or 2693976. OLE color: 2693976.

HSL color Cylindrical-coordinate representation of color #581B29: hue angle of 346.23º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #581B29 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 27 41 -
CMYK 0 0.69 0.53 0.65
HSL 346.23º 0.53% 0.23% -
HSV(B) 346.23º 0.69% 0.35% -
XYZ 4.82 3.02 2.43 -
YUV 46.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 88 27 41 0 0.69 0.53 0.65 346.23 0.53 0.23
Hex 58 1B 29 0 45 35 41 15A 35 17
Octal 130 33 51 0 105 65 101 532 65 27
Binary 1011000 11011 101001 0 1000101 110101 1000001 101011010 110101 10111

Color Harmonies of #581B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581B29

Black with #581B29

Text Example


Text Example

White with #581B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581B29; }

 p { color: rgb(88,27,41); }

 H1.HeaderClassName
 {
   color: #581B29;
 }
 .AnyTagClassName
 {
   color: #581B29;
 }
</style>

background-color css

<style>
 a { background-color: #581B29; }

 a { background-color: rgb(88,27,41); }

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

border-color css

<style>
 span { border-color: #581B29; }

 span { border-color: rgb(88,27,41); }

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