#580308

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

Shades of Bordeaux #580308

Tints of Bordeaux #580308

Color information

#580308 (or 0x580308) is unknown color: approx Bordeaux. HEX triplet: 58, 03 and 08. RGB value is (88,3,8). Sum of RGB (Red+Green+Blue) = 88+3+8=99 (13% of max value = 765). Red value is 88 (34.77% from 255 or 88.89% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 88 - color contains mainly: red. Hex color #580308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580308 is #A7FCF7. Grayscale: #1D1D1D. Windows color (decimal): -11009272 or 525144. OLE color: 525144.

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

Color convert

RGB8838-
CMYK00.970.910.65
HSL356.47º93.41%17.84%-
HSV(B)356.47º96.59%34.51%-
XYZ4.12.160.43-
YUV28.98116.16170.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 88.89%
GREEN value IS 3 (1.56% from 255) = 3.03%
BLUE value IS 8 (3.52% from 255) = 8.08%
R=88.89%
G=3.03%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal883800.970.910.65356.4793.4117.84
Hex58380615B411645d12
Octal130310014113310154413522
Binary10110001110000110000110110111000001101100100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580308; }

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

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

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

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

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

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

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

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