Html Css Color HEX #580A24 Bordeaux

📋 copy color: '#580A24'

red 88 ◦ green 10 ◦ blue 36

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

Shades of Bordeaux #580A24

Tints of Bordeaux #580A24

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.46%

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

R = 65.67%
G = 7.46%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#580A24 (or 0x580A24) is known color: Bordeaux. HEX triplet: 58, 0A and 24. RGB value is (88,10,36). Sum of RGB (Red+Green+Blue) = 88+10+36=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 10 (4.30% from 255 or 7.46% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #580A24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580A24 is #A7F5DB. Grayscale: #242424. Windows color (decimal): -11007452 or 2361944. OLE color: 2361944.

HSL color Cylindrical-coordinate representation of color #580A24: hue angle of 340º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #580A24 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 10 36 -
CMYK 0 0.89 0.59 0.65
HSL 340º 0.8% 0.19% -
HSV(B) 340º 0.89% 0.35% -
XYZ 4.45 2.42 1.9 -
YUV 36.29 127.84 164.89 -
System Red Green Blue C M Y K H S L
Decimal 88 10 36 0 0.89 0.59 0.65 340 0.8 0.19
Hex 58 A 24 0 59 3B 41 154 50 13
Octal 130 12 44 0 131 73 101 524 120 23
Binary 1011000 1010 100100 0 1011001 111011 1000001 101010100 1010000 10011

Color Harmonies of #580A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580A24

Black with #580A24

Text Example


Text Example

White with #580A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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