#75291B

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

Shades of Pueblo #75291B

Tints of Pueblo #75291B

Color information

#75291B (or 0x75291B) is unknown color: approx Pueblo. HEX triplet: 75, 29 and 1B. RGB value is (117,41,27). Sum of RGB (Red+Green+Blue) = 117+41+27=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #75291B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75291B is #8AD6E4. Grayscale: #3E3E3E. Windows color (decimal): -9098981 or 1780085. OLE color: 1780085.

HSL color Cylindrical-coordinate representation of color #75291B: hue angle of 9.33º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75291B is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB1174127-
CMYK00.650.770.54
HSL9.33º62.5%28.24%-
HSV(B)9.33º76.92%45.88%-
XYZ8.335.451.65-
YUV62.13108.18167.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.24%
GREEN value IS 41 (16.41% from 255) = 22.16%
BLUE value IS 27 (10.94% from 255) = 14.59%
R=63.24%
G=22.16%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117412700.650.770.549.3362.528.24
Hex75291B0414D3693e1c
Octal1655133010111566117634
Binary111010110100111011010000011001101110110100111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75291B; }

 p { color: rgb(117,41,27); }

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

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

 a { background-color: rgb(117,41,27); }

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

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

 span { border-color: rgb(117,41,27); }

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