Html Css Color HEX #580424 Bordeaux

📋 copy color: '#580424'

red 88 ◦ green 4 ◦ blue 36

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

Shades of Bordeaux #580424

Tints of Bordeaux #580424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.13%

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

R = 68.75%
G = 3.13%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#580424 (or 0x580424) is known color: Bordeaux. HEX triplet: 58, 04 and 24. RGB value is (88,4,36). Sum of RGB (Red+Green+Blue) = 88+4+36=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #580424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580424 is #A7FBDB. Grayscale: #202020. Windows color (decimal): -11008988 or 2360408. OLE color: 2360408.

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

Color convert

RGB 88 4 36 -
CMYK 0 0.95 0.59 0.65
HSL 337.14º 0.91% 0.18% -
HSV(B) 337.14º 0.95% 0.35% -
XYZ 4.39 2.29 1.88 -
YUV 32.76 129.83 167.4 -
System Red Green Blue C M Y K H S L
Decimal 88 4 36 0 0.95 0.59 0.65 337.14 0.91 0.18
Hex 58 4 24 0 5F 3B 41 151 5B 12
Octal 130 4 44 0 137 73 101 521 133 22
Binary 1011000 100 100100 0 1011111 111011 1000001 101010001 1011011 10010

Color Harmonies of #580424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580424

Black with #580424

Text Example


Text Example

White with #580424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580424; }

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

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

background-color css

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

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

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

border-color css

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

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

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