Html Css Color HEX #581124 Bordeaux

📋 copy color: '#581124'

red 88 ◦ green 17 ◦ blue 36

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

Shades of Bordeaux #581124

Tints of Bordeaux #581124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.06%

 BLUE value IS 36 (14.45% from 255) = 25.53%

R = 62.41%
G = 12.06%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#581124 (or 0x581124) is known color: Bordeaux. HEX triplet: 58, 11 and 24. RGB value is (88,17,36). Sum of RGB (Red+Green+Blue) = 88+17+36=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #581124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581124 is #A7EEDB. Grayscale: #282828. Windows color (decimal): -11005660 or 2363736. OLE color: 2363736.

HSL color Cylindrical-coordinate representation of color #581124: hue angle of 343.94º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #581124 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 17 36 -
CMYK 0 0.81 0.59 0.65
HSL 343.94º 0.68% 0.21% -
HSV(B) 343.94º 0.81% 0.35% -
XYZ 4.54 2.6 1.93 -
YUV 40.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 88 17 36 0 0.81 0.59 0.65 343.94 0.68 0.21
Hex 58 11 24 0 51 3B 41 158 44 15
Octal 130 21 44 0 121 73 101 530 104 25
Binary 1011000 10001 100100 0 1010001 111011 1000001 101011000 1000100 10101

Color Harmonies of #581124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581124

Black with #581124

Text Example


Text Example

White with #581124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581124; }

 p { color: rgb(88,17,36); }

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

background-color css

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

 a { background-color: rgb(88,17,36); }

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

border-color css

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

 span { border-color: rgb(88,17,36); }

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