Html Css Color HEX #581F2B Bordeaux

📋 copy color: '#581F2B'

red 88 ◦ green 31 ◦ blue 43

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

Shades of Bordeaux #581F2B

Tints of Bordeaux #581F2B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.14%

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

R = 54.32%
G = 19.14%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#581F2B (or 0x581F2B) is known color: Bordeaux. HEX triplet: 58, 1F and 2B. RGB value is (88,31,43). Sum of RGB (Red+Green+Blue) = 88+31+43=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #581F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581F2B is #A7E0D4. Grayscale: #313131. Windows color (decimal): -11002069 or 2826072. OLE color: 2826072.

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

Color convert

RGB 88 31 43 -
CMYK 0 0.65 0.51 0.65
HSL 347.37º 0.48% 0.23% -
HSV(B) 347.37º 0.65% 0.35% -
XYZ 4.95 3.23 2.65 -
YUV 49.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 88 31 43 0 0.65 0.51 0.65 347.37 0.48 0.23
Hex 58 1F 2B 0 41 33 41 15B 30 17
Octal 130 37 53 0 101 63 101 533 60 27
Binary 1011000 11111 101011 0 1000001 110011 1000001 101011011 110000 10111

Color Harmonies of #581F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581F2B

Black with #581F2B

Text Example


Text Example

White with #581F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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