Html Css Color HEX #581E2B Bordeaux

📋 copy color: '#581E2B'

red 88 ◦ green 30 ◦ blue 43

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

Shades of Bordeaux #581E2B

Tints of Bordeaux #581E2B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.63%

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

R = 54.66%
G = 18.63%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#581E2B (or 0x581E2B) is known color: Bordeaux. HEX triplet: 58, 1E and 2B. RGB value is (88,30,43). Sum of RGB (Red+Green+Blue) = 88+30+43=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #581E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581E2B is #A7E1D4. Grayscale: #303030. Windows color (decimal): -11002325 or 2825816. OLE color: 2825816.

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

Color convert

RGB 88 30 43 -
CMYK 0 0.66 0.51 0.65
HSL 346.55º 0.49% 0.23% -
HSV(B) 346.55º 0.66% 0.35% -
XYZ 4.92 3.18 2.64 -
YUV 48.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 88 30 43 0 0.66 0.51 0.65 346.55 0.49 0.23
Hex 58 1E 2B 0 42 33 41 15B 31 17
Octal 130 36 53 0 102 63 101 533 61 27
Binary 1011000 11110 101011 0 1000010 110011 1000001 101011011 110001 10111

Color Harmonies of #581E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581E2B

Black with #581E2B

Text Example


Text Example

White with #581E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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