#702C24

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

Shades of Pueblo #702C24

Tints of Pueblo #702C24

Color information

#702C24 (or 0x702C24) is unknown color: approx Pueblo. HEX triplet: 70, 2C and 24. RGB value is (112,44,36). Sum of RGB (Red+Green+Blue) = 112+44+36=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 36 (14.45% from 255 or 18.75% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #702C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702C24 is #8FD3DB. Grayscale: #3F3F3F. Windows color (decimal): -9425884 or 2370672. OLE color: 2370672.

HSL color Cylindrical-coordinate representation of color #702C24: hue angle of 6.32º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #702C24 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1124436-
CMYK00.610.680.56
HSL6.32º51.35%29.02%-
HSV(B)6.32º67.86%43.92%-
XYZ7.95.372.29-
YUV63.42112.53162.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.33%
GREEN value IS 44 (17.58% from 255) = 22.92%
BLUE value IS 36 (14.45% from 255) = 18.75%
R=58.33%
G=22.92%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112443600.610.680.566.3251.3529.02
Hex702C2403D44386331d
Octal16054440751047066335
Binary11100001011001001000111101100010011100011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702C24; }

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

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

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

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

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

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

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

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