#702319

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

Shades of Pueblo #702319

Tints of Pueblo #702319

Color information

#702319 (or 0x702319) is unknown color: approx Pueblo. HEX triplet: 70, 23 and 19. RGB value is (112,35,25). Sum of RGB (Red+Green+Blue) = 112+35+25=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #702319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702319 is #8FDCE6. Grayscale: #393939. Windows color (decimal): -9428199 or 1647472. OLE color: 1647472.

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

Color convert

RGB1123525-
CMYK00.690.780.56
HSL6.9º63.5%26.86%-
HSV(B)6.9º77.68%43.92%-
XYZ7.464.721.44-
YUV56.88110.01167.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 65.12%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 25 (10.16% from 255) = 14.53%
R=65.12%
G=20.35%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112352500.690.780.566.963.526.86
Hex7023190454E387401b
Octal1604331010511670710033
Binary111000010001111001010001011001110111000111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702319; }

 p { color: rgb(112,35,25); }

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

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

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

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

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

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

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