Html Css Color HEX #580519 Bordeaux

📋 copy color: '#580519'

red 88 ◦ green 5 ◦ blue 25

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

Shades of Bordeaux #580519

Tints of Bordeaux #580519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.24%

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

R = 74.58%
G = 4.24%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#580519 (or 0x580519) is known color: Bordeaux. HEX triplet: 58, 05 and 19. RGB value is (88,5,25). Sum of RGB (Red+Green+Blue) = 88+5+25=118 (15% of max value = 765). Red value is 88 (34.77% from 255 or 74.58% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 25 (10.16% from 255 or 21.19% from 118); Max value from RGB is 88 - color contains mainly: red. Hex color #580519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580519 is #A7FAE6. Grayscale: #202020. Windows color (decimal): -11008743 or 1639768. OLE color: 1639768.

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

Color convert

RGB 88 5 25 -
CMYK 0 0.94 0.72 0.65
HSL 345.54º 0.89% 0.18% -
HSV(B) 345.54º 0.94% 0.35% -
XYZ 4.25 2.25 1.13 -
YUV 32.1 124 167.87 -
System Red Green Blue C M Y K H S L
Decimal 88 5 25 0 0.94 0.72 0.65 345.54 0.89 0.18
Hex 58 5 19 0 5E 48 41 15A 59 12
Octal 130 5 31 0 136 110 101 532 131 22
Binary 1011000 101 11001 0 1011110 1001000 1000001 101011010 1011001 10010

Color Harmonies of #580519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580519

Black with #580519

Text Example


Text Example

White with #580519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580519; }

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

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

background-color css

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

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

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

border-color css

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

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

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