#58030F

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

Shades of Bordeaux #58030F

Tints of Bordeaux #58030F

Color information

#58030F (or 0x58030F) is unknown color: approx Bordeaux. HEX triplet: 58, 03 and 0F. RGB value is (88,3,15). Sum of RGB (Red+Green+Blue) = 88+3+15=106 (14% of max value = 765). Red value is 88 (34.77% from 255 or 83.02% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 88 - color contains mainly: red. Hex color #58030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58030F is #A7FCF0. Grayscale: #1D1D1D. Windows color (decimal): -11009265 or 983896. OLE color: 983896.

HSL color Cylindrical-coordinate representation of color #58030F: hue angle of 351.53º 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 #58030F is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB88315-
CMYK00.970.830.65
HSL351.53º93.41%17.84%-
HSV(B)351.53º96.59%34.51%-
XYZ4.142.170.65-
YUV29.78119.66169.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 83.02%
GREEN value IS 3 (1.56% from 255) = 2.83%
BLUE value IS 15 (6.25% from 255) = 14.15%
R=83.02%
G=2.83%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8831500.970.830.65351.5393.4117.84
Hex583F06153411605d12
Octal130317014112310154013522
Binary10110001111110110000110100111000001101100000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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