Html Css Color HEX #580120 Bordeaux

📋 copy color: '#580120'

red 88 ◦ green 1 ◦ blue 32

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

Shades of Bordeaux #580120

Tints of Bordeaux #580120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 26.45%

R = 72.73%
G = 0.83%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#580120 (or 0x580120) is known color: Bordeaux. HEX triplet: 58, 01 and 20. RGB value is (88,1,32). Sum of RGB (Red+Green+Blue) = 88+1+32=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #580120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580120 is #A7FEDF. Grayscale: #1E1E1E. Windows color (decimal): -11009760 or 2097496. OLE color: 2097496.

HSL color Cylindrical-coordinate representation of color #580120: hue angle of 338.62º 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 #580120 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 1 32 -
CMYK 0 0.99 0.64 0.65
HSL 338.62º 0.98% 0.17% -
HSV(B) 338.62º 0.99% 0.35% -
XYZ 4.3 2.2 1.56 -
YUV 30.55 128.82 168.98 -
System Red Green Blue C M Y K H S L
Decimal 88 1 32 0 0.99 0.64 0.65 338.62 0.98 0.17
Hex 58 1 20 0 63 40 41 153 62 11
Octal 130 1 40 0 143 100 101 523 142 21
Binary 1011000 1 100000 0 1100011 1000000 1000001 101010011 1100010 10001

Color Harmonies of #580120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580120

Black with #580120

Text Example


Text Example

White with #580120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580120; }

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

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

background-color css

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

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

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

border-color css

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

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

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