#702929

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

Shades of Auburn #702929

Tints of Auburn #702929

Color information

#702929 (or 0x702929) is unknown color: approx Auburn. HEX triplet: 70, 29 and 29. RGB value is (112,41,41). Sum of RGB (Red+Green+Blue) = 112+41+41=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #702929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702929 is #8FD6D6. Grayscale: #3E3E3E. Windows color (decimal): -9426647 or 2697584. OLE color: 2697584.

HSL color Cylindrical-coordinate representation of color #702929: hue angle of 0º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #702929 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1124141-
CMYK00.630.630.56
HSL46.41%30%-
HSV(B)63.39%43.92%-
XYZ7.885.192.68-
YUV62.23116.02163.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.73%
GREEN value IS 41 (16.41% from 255) = 21.13%
BLUE value IS 41 (16.41% from 255) = 21.13%
R=57.73%
G=21.13%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112414100.630.630.56046.4130
Hex70292903F3F3802e1e
Octal1605151077777005636
Binary11100001010011010010111111111111111000010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702929; }

 p { color: rgb(112,41,41); }

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

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

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

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

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

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

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