#580F1E

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

Shades of Bordeaux #580F1E

Tints of Bordeaux #580F1E

Color information

#580F1E (or 0x580F1E) is unknown color: approx Bordeaux. HEX triplet: 58, 0F and 1E. RGB value is (88,15,30). Sum of RGB (Red+Green+Blue) = 88+15+30=133 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.17% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 88 - color contains mainly: red. Hex color #580F1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580F1E is #A7F0E1. Grayscale: #262626. Windows color (decimal): -11006178 or 1970008. OLE color: 1970008.

HSL color Cylindrical-coordinate representation of color #580F1E: hue angle of 347.67º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #580F1E is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB881530-
CMYK00.830.660.65
HSL347.67º70.87%20.2%-
HSV(B)347.67º82.95%34.51%-
XYZ4.432.511.48-
YUV38.54123.18163.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 66.17%
GREEN value IS 15 (6.25% from 255) = 11.28%
BLUE value IS 30 (12.11% from 255) = 22.56%
R=66.17%
G=11.28%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88153000.830.660.65347.6770.8720.2
Hex58F1E053424115c4714
Octal1301736012310210153410724
Binary10110001111111100101001110000101000001101011100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,15,30); }

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

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

 a { background-color: rgb(88,15,30); }

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

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

 span { border-color: rgb(88,15,30); }

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