Html Css Color HEX #581B27 Bordeaux

📋 copy color: '#581B27'

red 88 ◦ green 27 ◦ blue 39

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

Shades of Bordeaux #581B27

Tints of Bordeaux #581B27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 25.32%

R = 57.14%
G = 17.53%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#581B27 (or 0x581B27) is known color: Bordeaux. HEX triplet: 58, 1B and 27. RGB value is (88,27,39). Sum of RGB (Red+Green+Blue) = 88+27+39=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #581B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581B27 is #A7E4D8. Grayscale: #2E2E2E. Windows color (decimal): -11003097 or 2562904. OLE color: 2562904.

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

Color convert

RGB 88 27 39 -
CMYK 0 0.69 0.56 0.65
HSL 348.2º 0.53% 0.23% -
HSV(B) 348.2º 0.69% 0.35% -
XYZ 4.78 3.01 2.25 -
YUV 46.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 88 27 39 0 0.69 0.56 0.65 348.2 0.53 0.23
Hex 58 1B 27 0 45 38 41 15C 35 17
Octal 130 33 47 0 105 70 101 534 65 27
Binary 1011000 11011 100111 0 1000101 111000 1000001 101011100 110101 10111

Color Harmonies of #581B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581B27

Black with #581B27

Text Example


Text Example

White with #581B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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