Html Css Color HEX #581D2B Bordeaux

📋 copy color: '#581D2B'

red 88 ◦ green 29 ◦ blue 43

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

Shades of Bordeaux #581D2B

Tints of Bordeaux #581D2B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.13%

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

R = 55%
G = 18.13%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#581D2B (or 0x581D2B) is known color: Bordeaux. HEX triplet: 58, 1D and 2B. RGB value is (88,29,43). Sum of RGB (Red+Green+Blue) = 88+29+43=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 29 (11.72% from 255 or 18.12% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #581D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581D2B is #A7E2D4. Grayscale: #303030. Windows color (decimal): -11002581 or 2825560. OLE color: 2825560.

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

Color convert

RGB 88 29 43 -
CMYK 0 0.67 0.51 0.65
HSL 345.76º 0.5% 0.23% -
HSV(B) 345.76º 0.67% 0.35% -
XYZ 4.9 3.13 2.63 -
YUV 48.24 125.05 156.36 -
System Red Green Blue C M Y K H S L
Decimal 88 29 43 0 0.67 0.51 0.65 345.76 0.5 0.23
Hex 58 1D 2B 0 43 33 41 15A 32 17
Octal 130 35 53 0 103 63 101 532 62 27
Binary 1011000 11101 101011 0 1000011 110011 1000001 101011010 110010 10111

Color Harmonies of #581D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581D2B

Black with #581D2B

Text Example


Text Example

White with #581D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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