#722415

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

Shades of Pueblo #722415

Tints of Pueblo #722415

Color information

#722415 (or 0x722415) is unknown color: approx Pueblo. HEX triplet: 72, 24 and 15. RGB value is (114,36,21). Sum of RGB (Red+Green+Blue) = 114+36+21=171 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.67% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 114 - color contains mainly: red. Hex color #722415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722415 is #8DDBEA. Grayscale: #393939. Windows color (decimal): -9296875 or 1385586. OLE color: 1385586.

HSL color Cylindrical-coordinate representation of color #722415: hue angle of 9.68º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #722415 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1143621-
CMYK00.680.820.55
HSL9.68º68.89%26.47%-
HSV(B)9.68º81.58%44.71%-
XYZ7.714.891.25-
YUV57.61107.34168.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 66.67%
GREEN value IS 36 (14.45% from 255) = 21.05%
BLUE value IS 21 (8.59% from 255) = 12.28%
R=66.67%
G=21.05%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114362100.680.820.559.6868.8926.47
Hex7224150445237a451a
Octal16244250104122671210532
Binary1110010100100101010100010010100101101111010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722415; }

 p { color: rgb(114,36,21); }

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

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

 a { background-color: rgb(114,36,21); }

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

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

 span { border-color: rgb(114,36,21); }

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