Html Css Color HEX #581A28 Bordeaux

📋 copy color: '#581A28'

red 88 ◦ green 26 ◦ blue 40

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

Shades of Bordeaux #581A28

Tints of Bordeaux #581A28

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.88%

 BLUE value IS 40 (16.02% from 255) = 25.97%

R = 57.14%
G = 16.88%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#581A28 (or 0x581A28) is known color: Bordeaux. HEX triplet: 58, 1A and 28. RGB value is (88,26,40). Sum of RGB (Red+Green+Blue) = 88+26+40=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 26 (10.55% from 255 or 16.88% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #581A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581A28 is #A7E5D7. Grayscale: #2E2E2E. Windows color (decimal): -11003352 or 2628184. OLE color: 2628184.

HSL color Cylindrical-coordinate representation of color #581A28: hue angle of 346.45º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #581A28 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 26 40 -
CMYK 0 0.70 0.55 0.65
HSL 346.45º 0.54% 0.22% -
HSV(B) 346.45º 0.7% 0.35% -
XYZ 4.78 2.97 2.33 -
YUV 46.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 88 26 40 0 0.70 0.55 0.65 346.45 0.54 0.22
Hex 58 1A 28 0 46 37 41 15A 36 16
Octal 130 32 50 0 106 67 101 532 66 26
Binary 1011000 11010 101000 0 1000110 110111 1000001 101011010 110110 10110

Color Harmonies of #581A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581A28

Black with #581A28

Text Example


Text Example

White with #581A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,26,40); }

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

background-color css

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

 a { background-color: rgb(88,26,40); }

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

border-color css

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

 span { border-color: rgb(88,26,40); }

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