#580817

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

Shades of Bordeaux #580817

Tints of Bordeaux #580817

Color information

#580817 (or 0x580817) is unknown color: approx Bordeaux. HEX triplet: 58, 08 and 17. RGB value is (88,8,23). Sum of RGB (Red+Green+Blue) = 88+8+23=119 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.95% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 88 - color contains mainly: red. Hex color #580817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580817 is #A7F7E8. Grayscale: #212121. Windows color (decimal): -11007977 or 1509464. OLE color: 1509464.

HSL color Cylindrical-coordinate representation of color #580817: hue angle of 348.75º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #580817 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.65.

Color convert

RGB88823-
CMYK00.910.740.65
HSL348.75º83.33%18.82%-
HSV(B)348.75º90.91%34.51%-
XYZ4.272.311.03-
YUV33.63122166.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 73.95%
GREEN value IS 8 (3.52% from 255) = 6.72%
BLUE value IS 23 (9.38% from 255) = 19.33%
R=73.95%
G=6.72%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.74
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8882300.910.740.65348.7583.3318.82
Hex5881705B4A4115d5313
Octal1301027013311210153512323
Binary10110001000101110101101110010101000001101011101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580817; }

 p { color: rgb(88,8,23); }

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

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

 a { background-color: rgb(88,8,23); }

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

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

 span { border-color: rgb(88,8,23); }

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