Html Css Color HEX #581924 Bordeaux

📋 copy color: '#581924'

red 88 ◦ green 25 ◦ blue 36

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

Shades of Bordeaux #581924

Tints of Bordeaux #581924

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.78%

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

R = 59.06%
G = 16.78%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#581924 (or 0x581924) is known color: Bordeaux. HEX triplet: 58, 19 and 24. RGB value is (88,25,36). Sum of RGB (Red+Green+Blue) = 88+25+36=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #581924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581924 is #A7E6DB. Grayscale: #2D2D2D. Windows color (decimal): -11003612 or 2365784. OLE color: 2365784.

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

Color convert

RGB 88 25 36 -
CMYK 0 0.72 0.59 0.65
HSL 349.52º 0.56% 0.22% -
HSV(B) 349.52º 0.72% 0.35% -
XYZ 4.69 2.9 1.98 -
YUV 45.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 88 25 36 0 0.72 0.59 0.65 349.52 0.56 0.22
Hex 58 19 24 0 48 3B 41 15E 38 16
Octal 130 31 44 0 110 73 101 536 70 26
Binary 1011000 11001 100100 0 1001000 111011 1000001 101011110 111000 10110

Color Harmonies of #581924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581924

Black with #581924

Text Example


Text Example

White with #581924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581924; }

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

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

background-color css

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

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

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

border-color css

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

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

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