#793327

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

Shades of Pueblo #793327

Tints of Pueblo #793327

Color information

#793327 (or 0x793327) is unknown color: approx Pueblo. HEX triplet: 79, 33 and 27. RGB value is (121,51,39). Sum of RGB (Red+Green+Blue) = 121+51+39=211 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.35% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 121 - color contains mainly: red. Hex color #793327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793327 is #86CCD8. Grayscale: #464646. Windows color (decimal): -8834265 or 2569081. OLE color: 2569081.

HSL color Cylindrical-coordinate representation of color #793327: hue angle of 8.78º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #793327 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB1215139-
CMYK00.580.680.53
HSL8.78º51.25%31.37%-
HSV(B)8.78º67.77%47.45%-
XYZ9.446.582.69-
YUV70.56110.19163.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.35%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 39 (15.62% from 255) = 18.48%
R=57.35%
G=24.17%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121513900.580.680.538.7851.2531.37
Hex79332703A44359331f
Octal171634707210465116337
Binary111100111001110011101110101000100110101100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793327; }

 p { color: rgb(121,51,39); }

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

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

 a { background-color: rgb(121,51,39); }

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

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

 span { border-color: rgb(121,51,39); }

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