Html Css Color HEX #580320 Bordeaux

📋 copy color: '#580320'

red 88 ◦ green 3 ◦ blue 32

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

Shades of Bordeaux #580320

Tints of Bordeaux #580320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.44%

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

R = 71.54%
G = 2.44%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#580320 (or 0x580320) is known color: Bordeaux. HEX triplet: 58, 03 and 20. RGB value is (88,3,32). Sum of RGB (Red+Green+Blue) = 88+3+32=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #580320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580320 is #A7FCDF. Grayscale: #1F1F1F. Windows color (decimal): -11009248 or 2098008. OLE color: 2098008.

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

Color convert

RGB 88 3 32 -
CMYK 0 0.97 0.64 0.65
HSL 339.53º 0.93% 0.18% -
HSV(B) 339.53º 0.97% 0.35% -
XYZ 4.32 2.24 1.57 -
YUV 31.72 128.16 168.14 -
System Red Green Blue C M Y K H S L
Decimal 88 3 32 0 0.97 0.64 0.65 339.53 0.93 0.18
Hex 58 3 20 0 61 40 41 154 5D 12
Octal 130 3 40 0 141 100 101 524 135 22
Binary 1011000 11 100000 0 1100001 1000000 1000001 101010100 1011101 10010

Color Harmonies of #580320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580320

Black with #580320

Text Example


Text Example

White with #580320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580320; }

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

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

background-color css

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

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

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

border-color css

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

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

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