Html Css Color HEX #581B2B Bordeaux

📋 copy color: '#581B2B'

red 88 ◦ green 27 ◦ blue 43

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

Shades of Bordeaux #581B2B

Tints of Bordeaux #581B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.22%

R = 55.7%
G = 17.09%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#581B2B (or 0x581B2B) is known color: Bordeaux. HEX triplet: 58, 1B and 2B. RGB value is (88,27,43). Sum of RGB (Red+Green+Blue) = 88+27+43=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #581B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581B2B is #A7E4D4. Grayscale: #2F2F2F. Windows color (decimal): -11003093 or 2825048. OLE color: 2825048.

HSL color Cylindrical-coordinate representation of color #581B2B: hue angle of 344.26º 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 #581B2B is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 27 43 -
CMYK 0 0.69 0.51 0.65
HSL 344.26º 0.53% 0.23% -
HSV(B) 344.26º 0.69% 0.35% -
XYZ 4.85 3.03 2.62 -
YUV 47.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 88 27 43 0 0.69 0.51 0.65 344.26 0.53 0.23
Hex 58 1B 2B 0 45 33 41 158 35 17
Octal 130 33 53 0 105 63 101 530 65 27
Binary 1011000 11011 101011 0 1000101 110011 1000001 101011000 110101 10111

Color Harmonies of #581B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581B2B

Black with #581B2B

Text Example


Text Example

White with #581B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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