Html Css Color HEX #581224 Bordeaux

📋 copy color: '#581224'

red 88 ◦ green 18 ◦ blue 36

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

Shades of Bordeaux #581224

Tints of Bordeaux #581224

RGB

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

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

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

R = 61.97%
G = 12.68%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#581224 (or 0x581224) is known color: Bordeaux. HEX triplet: 58, 12 and 24. RGB value is (88,18,36). Sum of RGB (Red+Green+Blue) = 88+18+36=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #581224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581224 is #A7EDDB. Grayscale: #282828. Windows color (decimal): -11005404 or 2363992. OLE color: 2363992.

HSL color Cylindrical-coordinate representation of color #581224: hue angle of 344.57º 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 #581224 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 18 36 -
CMYK 0 0.80 0.59 0.65
HSL 344.57º 0.66% 0.21% -
HSV(B) 344.57º 0.8% 0.35% -
XYZ 4.56 2.63 1.94 -
YUV 40.98 125.19 161.54 -
System Red Green Blue C M Y K H S L
Decimal 88 18 36 0 0.80 0.59 0.65 344.57 0.66 0.21
Hex 58 12 24 0 50 3B 41 159 42 15
Octal 130 22 44 0 120 73 101 531 102 25
Binary 1011000 10010 100100 0 1010000 111011 1000001 101011001 1000010 10101

Color Harmonies of #581224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581224

Black with #581224

Text Example


Text Example

White with #581224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581224; }

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

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

background-color css

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

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

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

border-color css

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

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

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