Html Css Color HEX #581229 Bordeaux

📋 copy color: '#581229'

red 88 ◦ green 18 ◦ blue 41

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

Shades of Bordeaux #581229

Tints of Bordeaux #581229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.24%

 BLUE value IS 41 (16.41% from 255) = 27.89%

R = 59.86%
G = 12.24%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#581229 (or 0x581229) is known color: Bordeaux. HEX triplet: 58, 12 and 29. RGB value is (88,18,41). Sum of RGB (Red+Green+Blue) = 88+18+41=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #581229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581229 is #A7EDD6. Grayscale: #292929. Windows color (decimal): -11005399 or 2691672. OLE color: 2691672.

HSL color Cylindrical-coordinate representation of color #581229: hue angle of 340.29º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #581229 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 18 41 -
CMYK 0 0.80 0.53 0.65
HSL 340.29º 0.66% 0.21% -
HSV(B) 340.29º 0.8% 0.35% -
XYZ 4.64 2.67 2.37 -
YUV 41.55 127.69 161.13 -
System Red Green Blue C M Y K H S L
Decimal 88 18 41 0 0.80 0.53 0.65 340.29 0.66 0.21
Hex 58 12 29 0 50 35 41 154 42 15
Octal 130 22 51 0 120 65 101 524 102 25
Binary 1011000 10010 101001 0 1010000 110101 1000001 101010100 1000010 10101

Color Harmonies of #581229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581229

Black with #581229

Text Example


Text Example

White with #581229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581229; }

 p { color: rgb(88,18,41); }

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

background-color css

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

 a { background-color: rgb(88,18,41); }

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

border-color css

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

 span { border-color: rgb(88,18,41); }

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