#70241E

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

Shades of Auburn #70241E

Tints of Auburn #70241E

Color information

#70241E (or 0x70241E) is unknown color: approx Auburn. HEX triplet: 70, 24 and 1E. RGB value is (112,36,30). Sum of RGB (Red+Green+Blue) = 112+36+30=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #70241E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70241E is #8FDBE1. Grayscale: #3A3A3A. Windows color (decimal): -9427938 or 1975408. OLE color: 1975408.

HSL color Cylindrical-coordinate representation of color #70241E: hue angle of 4.39º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70241E is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1123630-
CMYK00.680.730.56
HSL4.39º57.75%27.84%-
HSV(B)4.39º73.21%43.92%-
XYZ7.554.81.76-
YUV58.04112.18166.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.92%
GREEN value IS 36 (14.45% from 255) = 20.22%
BLUE value IS 30 (12.11% from 255) = 16.85%
R=62.92%
G=20.22%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112363000.680.730.564.3957.7527.84
Hex70241E044493843a1c
Octal160443601041117047234
Binary11100001001001111001000100100100111100010011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70241E; }

 p { color: rgb(112,36,30); }

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

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

 a { background-color: rgb(112,36,30); }

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

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

 span { border-color: rgb(112,36,30); }

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