#783121

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

Shades of Pueblo #783121

Tints of Pueblo #783121

Color information

#783121 (or 0x783121) is unknown color: approx Pueblo. HEX triplet: 78, 31 and 21. RGB value is (120,49,33). Sum of RGB (Red+Green+Blue) = 120+49+33=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #783121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783121 is #87CEDE. Grayscale: #444444. Windows color (decimal): -8900319 or 2175352. OLE color: 2175352.

HSL color Cylindrical-coordinate representation of color #783121: hue angle of 11.03º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #783121 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB1204933-
CMYK00.590.720.53
HSL11.03º56.86%30%-
HSV(B)11.03º72.5%47.06%-
XYZ9.126.32.17-
YUV68.4108.02164.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.41%
GREEN value IS 49 (19.53% from 255) = 24.26%
BLUE value IS 33 (13.28% from 255) = 16.34%
R=59.41%
G=24.26%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120493300.590.720.5311.0356.8630
Hex78312103B4835b391e
Octal170614107311065137136
Binary111100011000110000101110111001000110101101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783121; }

 p { color: rgb(120,49,33); }

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

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

 a { background-color: rgb(120,49,33); }

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

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

 span { border-color: rgb(120,49,33); }

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