#580214

Color #580214 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #580214

Tints of Bordeaux #580214

Color information

#580214 (or 0x580214) is unknown color: approx Bordeaux. HEX triplet: 58, 02 and 14. RGB value is (88,2,20). Sum of RGB (Red+Green+Blue) = 88+2+20=110 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 88 - color contains mainly: red. Hex color #580214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580214 is #A7FDEB. Grayscale: #1D1D1D. Windows color (decimal): -11009516 or 1311320. OLE color: 1311320.

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

Color convert

RGB88220-
CMYK00.980.770.65
HSL347.44º95.56%17.65%-
HSV(B)347.44º97.73%34.51%-
XYZ4.172.170.86-
YUV29.77122.49169.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 80%
GREEN value IS 2 (1.17% from 255) = 1.82%
BLUE value IS 20 (8.20% from 255) = 18.18%
R=80%
G=1.82%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8822000.980.770.65347.4495.5617.65
Hex582140624D4115b6012
Octal130224014211510153314022
Binary101100010101000110001010011011000001101011011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580214; }

 p { color: rgb(88,2,20); }

 H1.HeaderClassName
 {
   color: #580214;
 }
 .AnyTagClassName
 {
   color: #580214;
 }
</style>
background-color css

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

 a { background-color: rgb(88,2,20); }

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

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

 span { border-color: rgb(88,2,20); }

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