Html Css Color HEX #580020 Bordeaux

📋 copy color: '#580020'

red 88 ◦ green 0 ◦ blue 32

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

Shades of Bordeaux #580020

Tints of Bordeaux #580020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.33%
G = 0%
B = 26.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#580020 (or 0x580020) is known color: Bordeaux. HEX triplet: 58, 00 and 20. RGB value is (88,0,32). Sum of RGB (Red+Green+Blue) = 88+0+32=120 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.33% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 88 - color contains mainly: red. Hex color #580020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580020 is #A7FFDF. Grayscale: #1D1D1D. Windows color (decimal): -11010016 or 2097240. OLE color: 2097240.

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

Color convert

RGB 88 0 32 -
CMYK 0 1 0.64 0.65
HSL 338.18º 1% 0.17% -
HSV(B) 338.18º 1% 0.35% -
XYZ 4.29 2.18 1.56 -
YUV 29.96 129.15 169.4 -
System Red Green Blue C M Y K H S L
Decimal 88 0 32 0 1 0.64 0.65 338.18 1 0.17
Hex 58 0 20 0 64 40 41 152 64 11
Octal 130 0 40 0 144 100 101 522 144 21
Binary 1011000 0 100000 0 1100100 1000000 1000001 101010010 1100100 10001

Color Harmonies of #580020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580020

Black with #580020

Text Example


Text Example

White with #580020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580020; }

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

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

background-color css

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

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

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

border-color css

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

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

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