#580B14

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

Shades of Bordeaux #580B14

Tints of Bordeaux #580B14

Color information

#580B14 (or 0x580B14) is unknown color: approx Bordeaux. HEX triplet: 58, 0B and 14. RGB value is (88,11,20). Sum of RGB (Red+Green+Blue) = 88+11+20=119 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.95% from 119); Green value is 11 (4.69% from 255 or 9.24% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 88 - color contains mainly: red. Hex color #580B14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580B14 is #A7F4EB. Grayscale: #232323. Windows color (decimal): -11007212 or 1313624. OLE color: 1313624.

HSL color Cylindrical-coordinate representation of color #580B14: hue angle of 352.99º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580B14 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB881120-
CMYK00.880.770.65
HSL352.99º77.78%19.41%-
HSV(B)352.99º87.5%34.51%-
XYZ4.272.360.89-
YUV35.05119.51165.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 73.95%
GREEN value IS 11 (4.69% from 255) = 9.24%
BLUE value IS 20 (8.20% from 255) = 16.81%
R=73.95%
G=9.24%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88112000.880.770.65352.9977.7819.41
Hex58B140584D411614e13
Octal1301324013011510154111623
Binary10110001011101000101100010011011000001101100001100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580B14; }

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

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

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

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

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

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

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

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