#70251E

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

Shades of Auburn #70251E

Tints of Auburn #70251E

Color information

#70251E (or 0x70251E) is unknown color: approx Auburn. HEX triplet: 70, 25 and 1E. RGB value is (112,37,30). Sum of RGB (Red+Green+Blue) = 112+37+30=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #70251E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70251E is #8FDAE1. Grayscale: #3A3A3A. Windows color (decimal): -9427682 or 1975664. OLE color: 1975664.

HSL color Cylindrical-coordinate representation of color #70251E: hue angle of 5.12º 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 #70251E is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1123730-
CMYK00.670.730.56
HSL5.12º57.75%27.84%-
HSV(B)5.12º73.21%43.92%-
XYZ7.584.861.77-
YUV58.63111.85166.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 62.57%
GREEN value IS 37 (14.84% from 255) = 20.67%
BLUE value IS 30 (12.11% from 255) = 16.76%
R=62.57%
G=20.67%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112373000.670.730.565.1257.7527.84
Hex70251E043493853a1c
Octal160453601031117057234
Binary11100001001011111001000011100100111100010111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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