#580612

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

Shades of Bordeaux #580612

Tints of Bordeaux #580612

Color information

#580612 (or 0x580612) is unknown color: approx Bordeaux. HEX triplet: 58, 06 and 12. RGB value is (88,6,18). Sum of RGB (Red+Green+Blue) = 88+6+18=112 (14% of max value = 765). Red value is 88 (34.77% from 255 or 78.57% from 112); Green value is 6 (2.73% from 255 or 5.36% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 88 - color contains mainly: red. Hex color #580612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580612 is #A7F9ED. Grayscale: #1F1F1F. Windows color (decimal): -11008494 or 1181272. OLE color: 1181272.

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

Color convert

RGB88618-
CMYK00.930.800.65
HSL351.22º87.23%18.43%-
HSV(B)351.22º93.18%34.51%-
XYZ4.22.250.78-
YUV31.89120.17168.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 78.57%
GREEN value IS 6 (2.73% from 255) = 5.36%
BLUE value IS 18 (7.42% from 255) = 16.07%
R=78.57%
G=5.36%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8861800.930.800.65351.2287.2318.43
Hex5861205D504115f5712
Octal130622013512010153712722
Binary1011000110100100101110110100001000001101011111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580612; }

 p { color: rgb(88,6,18); }

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

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

 a { background-color: rgb(88,6,18); }

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

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

 span { border-color: rgb(88,6,18); }

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