Html Css Color HEX #581B26 Bordeaux

📋 copy color: '#581B26'

red 88 ◦ green 27 ◦ blue 38

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

Shades of Bordeaux #581B26

Tints of Bordeaux #581B26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.84%

R = 57.52%
G = 17.65%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#581B26 (or 0x581B26) is known color: Bordeaux. HEX triplet: 58, 1B and 26. RGB value is (88,27,38). Sum of RGB (Red+Green+Blue) = 88+27+38=153 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.52% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 88 - color contains mainly: red. Hex color #581B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581B26 is #A7E4D9. Grayscale: #2E2E2E. Windows color (decimal): -11003098 or 2497368. OLE color: 2497368.

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

Color convert

RGB 88 27 38 -
CMYK 0 0.69 0.57 0.65
HSL 349.18º 0.53% 0.23% -
HSV(B) 349.18º 0.69% 0.35% -
XYZ 4.77 3 2.16 -
YUV 46.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 88 27 38 0 0.69 0.57 0.65 349.18 0.53 0.23
Hex 58 1B 26 0 45 39 41 15D 35 17
Octal 130 33 46 0 105 71 101 535 65 27
Binary 1011000 11011 100110 0 1000101 111001 1000001 101011101 110101 10111

Color Harmonies of #581B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581B26

Black with #581B26

Text Example


Text Example

White with #581B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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