#70060F

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

Shades of Burgundy #70060F

Tints of Burgundy #70060F

Color information

#70060F (or 0x70060F) is unknown color: approx Burgundy. HEX triplet: 70, 06 and 0F. RGB value is (112,6,15). Sum of RGB (Red+Green+Blue) = 112+6+15=133 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.21% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 112 - color contains mainly: red. Hex color #70060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70060F is #8FF9F0. Grayscale: #262626. Windows color (decimal): -9435633 or 984688. OLE color: 984688.

HSL color Cylindrical-coordinate representation of color #70060F: hue angle of 354.91º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70060F is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB112615-
CMYK00.950.870.56
HSL354.91º89.83%23.14%-
HSV(B)354.91º94.64%43.92%-
XYZ6.833.610.79-
YUV38.72114.62180.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 84.21%
GREEN value IS 6 (2.73% from 255) = 4.51%
BLUE value IS 15 (6.25% from 255) = 11.28%
R=84.21%
G=4.51%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11261500.950.870.56354.9189.8323.14
Hex706F05F57381635a17
Octal16061701371277054313227
Binary11100001101111010111111010111111000101100011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,6,15); }

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

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

 a { background-color: rgb(112,6,15); }

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

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

 span { border-color: rgb(112,6,15); }

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