#58000F

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

Shades of Bordeaux #58000F

Tints of Bordeaux #58000F

Color information

#58000F (or 0x58000F) is unknown color: approx Bordeaux. HEX triplet: 58, 00 and 0F. RGB value is (88,0,15). Sum of RGB (Red+Green+Blue) = 88+0+15=103 (13% of max value = 765). Red value is 88 (34.77% from 255 or 85.44% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 88 - color contains mainly: red. Hex color #58000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58000F is #A7FFF0. Grayscale: #1C1C1C. Windows color (decimal): -11010033 or 983128. OLE color: 983128.

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

Color convert

RGB88015-
CMYK010.830.65
HSL349.77º100%17.25%-
HSV(B)349.77º100%34.51%-
XYZ4.112.110.64-
YUV28.02120.65170.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 85.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 14.56%
R=85.44%
G=0%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88015010.830.65349.7710017.25
Hex580F064534115e6411
Octal130017014412310153614421
Binary1011000011110110010010100111000001101011110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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