#712710

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

Shades of Pueblo #712710

Tints of Pueblo #712710

Color information

#712710 (or 0x712710) is unknown color: approx Pueblo. HEX triplet: 71, 27 and 10. RGB value is (113,39,16). Sum of RGB (Red+Green+Blue) = 113+39+16=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #712710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712710 is #8ED8EF. Grayscale: #3A3A3A. Windows color (decimal): -9361648 or 1058673. OLE color: 1058673.

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

Color convert

RGB1133916-
CMYK00.650.860.56
HSL14.23º75.19%25.29%-
HSV(B)14.23º85.84%44.31%-
XYZ7.6351.05-
YUV58.5104.02166.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 67.26%
GREEN value IS 39 (15.62% from 255) = 23.21%
BLUE value IS 16 (6.64% from 255) = 9.52%
R=67.26%
G=23.21%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113391600.650.860.5614.2375.1925.29
Hex7127100415638e4b19
Octal16147200101126701611331
Binary1110001100111100000100000110101101110001110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712710; }

 p { color: rgb(113,39,16); }

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

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

 a { background-color: rgb(113,39,16); }

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

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

 span { border-color: rgb(113,39,16); }

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