#782B1C

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

Shades of Pueblo #782B1C

Tints of Pueblo #782B1C

Color information

#782B1C (or 0x782B1C) is unknown color: approx Pueblo. HEX triplet: 78, 2B and 1C. RGB value is (120,43,28). Sum of RGB (Red+Green+Blue) = 120+43+28=191 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.83% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 120 - color contains mainly: red. Hex color #782B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782B1C is #87D4E3. Grayscale: #404040. Windows color (decimal): -8901860 or 1846136. OLE color: 1846136.

HSL color Cylindrical-coordinate representation of color #782B1C: hue angle of 9.78º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #782B1C is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB1204328-
CMYK00.640.770.53
HSL9.78º62.16%29.02%-
HSV(B)9.78º76.67%47.06%-
XYZ8.825.81.75-
YUV64.31107.51167.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 62.83%
GREEN value IS 43 (17.19% from 255) = 22.51%
BLUE value IS 28 (11.33% from 255) = 14.66%
R=62.83%
G=22.51%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120432800.640.770.539.7862.1629.02
Hex782B1C0404D35a3e1d
Octal1705334010011565127635
Binary111100010101111100010000001001101110101101011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782B1C; }

 p { color: rgb(120,43,28); }

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

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

 a { background-color: rgb(120,43,28); }

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

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

 span { border-color: rgb(120,43,28); }

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