Html Css Color HEX #580119 Bordeaux

📋 copy color: '#580119'

red 88 ◦ green 1 ◦ blue 25

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

Shades of Bordeaux #580119

Tints of Bordeaux #580119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

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

R = 77.19%
G = 0.88%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#580119 (or 0x580119) is known color: Bordeaux. HEX triplet: 58, 01 and 19. RGB value is (88,1,25). Sum of RGB (Red+Green+Blue) = 88+1+25=114 (15% of max value = 765). Red value is 88 (34.77% from 255 or 77.19% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 88 - color contains mainly: red. Hex color #580119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580119 is #A7FEE6. Grayscale: #1D1D1D. Windows color (decimal): -11009767 or 1638744. OLE color: 1638744.

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

Color convert

RGB 88 1 25 -
CMYK 0 0.99 0.72 0.65
HSL 343.45º 0.98% 0.17% -
HSV(B) 343.45º 0.99% 0.35% -
XYZ 4.21 2.17 1.12 -
YUV 29.75 125.32 169.55 -
System Red Green Blue C M Y K H S L
Decimal 88 1 25 0 0.99 0.72 0.65 343.45 0.98 0.17
Hex 58 1 19 0 63 48 41 157 62 11
Octal 130 1 31 0 143 110 101 527 142 21
Binary 1011000 1 11001 0 1100011 1001000 1000001 101010111 1100010 10001

Color Harmonies of #580119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580119

Black with #580119

Text Example


Text Example

White with #580119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580119; }

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

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

background-color css

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

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

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

border-color css

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

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

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