Html Css Color HEX #581324 Bordeaux

📋 copy color: '#581324'

red 88 ◦ green 19 ◦ blue 36

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

Shades of Bordeaux #581324

Tints of Bordeaux #581324

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.29%

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

R = 61.54%
G = 13.29%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#581324 (or 0x581324) is known color: Bordeaux. HEX triplet: 58, 13 and 24. RGB value is (88,19,36). Sum of RGB (Red+Green+Blue) = 88+19+36=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #581324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581324 is #A7ECDB. Grayscale: #292929. Windows color (decimal): -11005148 or 2364248. OLE color: 2364248.

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

Color convert

RGB 88 19 36 -
CMYK 0 0.78 0.59 0.65
HSL 345.22º 0.64% 0.21% -
HSV(B) 345.22º 0.78% 0.35% -
XYZ 4.58 2.67 1.94 -
YUV 41.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 88 19 36 0 0.78 0.59 0.65 345.22 0.64 0.21
Hex 58 13 24 0 4E 3B 41 159 40 15
Octal 130 23 44 0 116 73 101 531 100 25
Binary 1011000 10011 100100 0 1001110 111011 1000001 101011001 1000000 10101

Color Harmonies of #581324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581324

Black with #581324

Text Example


Text Example

White with #581324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581324; }

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

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

background-color css

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

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

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

border-color css

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

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

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