Html Css Color HEX #580A19 Bordeaux

📋 copy color: '#580A19'

red 88 ◦ green 10 ◦ blue 25

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

Shades of Bordeaux #580A19

Tints of Bordeaux #580A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.33%

R = 71.54%
G = 8.13%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#580A19 (or 0x580A19) is known color: Bordeaux. HEX triplet: 58, 0A and 19. RGB value is (88,10,25). Sum of RGB (Red+Green+Blue) = 88+10+25=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #580A19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580A19 is #A7F5E6. Grayscale: #232323. Windows color (decimal): -11007463 or 1641048. OLE color: 1641048.

HSL color Cylindrical-coordinate representation of color #580A19: hue angle of 348.46º 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 #580A19 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 10 25 -
CMYK 0 0.89 0.72 0.65
HSL 348.46º 0.8% 0.19% -
HSV(B) 348.46º 0.89% 0.35% -
XYZ 4.31 2.36 1.15 -
YUV 35.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 88 10 25 0 0.89 0.72 0.65 348.46 0.8 0.19
Hex 58 A 19 0 59 48 41 15C 50 13
Octal 130 12 31 0 131 110 101 534 120 23
Binary 1011000 1010 11001 0 1011001 1001000 1000001 101011100 1010000 10011

Color Harmonies of #580A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580A19

Black with #580A19

Text Example


Text Example

White with #580A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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