#58010F

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

Shades of Bordeaux #58010F

Tints of Bordeaux #58010F

Color information

#58010F (or 0x58010F) is unknown color: approx Bordeaux. HEX triplet: 58, 01 and 0F. RGB value is (88,1,15). Sum of RGB (Red+Green+Blue) = 88+1+15=104 (13% of max value = 765). Red value is 88 (34.77% from 255 or 84.62% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 88 - color contains mainly: red. Hex color #58010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58010F is #A7FEF0. Grayscale: #1C1C1C. Windows color (decimal): -11009777 or 983384. OLE color: 983384.

HSL color Cylindrical-coordinate representation of color #58010F: hue angle of 350.34º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58010F is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB88115-
CMYK00.990.830.65
HSL350.34º97.75%17.45%-
HSV(B)350.34º98.86%34.51%-
XYZ4.122.130.65-
YUV28.61120.32170.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 84.62%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 15 (6.25% from 255) = 14.42%
R=84.62%
G=0.96%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8811500.990.830.65350.3497.7517.45
Hex581F063534115e6211
Octal130117014312310153614221
Binary1011000111110110001110100111000001101011110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58010F; }

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

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

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

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

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

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

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

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