Html Css Color HEX #581524 Bordeaux

📋 copy color: '#581524'

red 88 ◦ green 21 ◦ blue 36

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

Shades of Bordeaux #581524

Tints of Bordeaux #581524

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.48%

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

R = 60.69%
G = 14.48%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#581524 (or 0x581524) is known color: Bordeaux. HEX triplet: 58, 15 and 24. RGB value is (88,21,36). Sum of RGB (Red+Green+Blue) = 88+21+36=145 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.69% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 88 - color contains mainly: red. Hex color #581524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581524 is #A7EADB. Grayscale: #2A2A2A. Windows color (decimal): -11004636 or 2364760. OLE color: 2364760.

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

Color convert

RGB 88 21 36 -
CMYK 0 0.76 0.59 0.65
HSL 346.57º 0.61% 0.21% -
HSV(B) 346.57º 0.76% 0.35% -
XYZ 4.61 2.74 1.95 -
YUV 42.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 88 21 36 0 0.76 0.59 0.65 346.57 0.61 0.21
Hex 58 15 24 0 4C 3B 41 15B 3D 15
Octal 130 25 44 0 114 73 101 533 75 25
Binary 1011000 10101 100100 0 1001100 111011 1000001 101011011 111101 10101

Color Harmonies of #581524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581524

Black with #581524

Text Example


Text Example

White with #581524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581524; }

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

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

background-color css

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

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

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

border-color css

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

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

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