#70240D

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

Shades of Pueblo #70240D

Tints of Pueblo #70240D

Color information

#70240D (or 0x70240D) is unknown color: approx Pueblo. HEX triplet: 70, 24 and 0D. RGB value is (112,36,13). Sum of RGB (Red+Green+Blue) = 112+36+13=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #70240D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70240D is #8FDBF2. Grayscale: #383838. Windows color (decimal): -9427955 or 861296. OLE color: 861296.

HSL color Cylindrical-coordinate representation of color #70240D: hue angle of 13.94º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70240D is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB1123613-
CMYK00.680.880.56
HSL13.94º79.2%24.51%-
HSV(B)13.94º88.39%43.92%-
XYZ7.394.740.91-
YUV56.1103.68167.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 69.57%
GREEN value IS 36 (14.45% from 255) = 22.36%
BLUE value IS 13 (5.47% from 255) = 8.07%
R=69.57%
G=22.36%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112361300.680.880.5613.9479.224.51
Hex7024D0445838e4f19
Octal16044150104130701611731
Binary111000010010011010100010010110001110001110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70240D; }

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

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

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

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

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

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

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

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