#75271A

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

Shades of Pueblo #75271A

Tints of Pueblo #75271A

Color information

#75271A (or 0x75271A) is unknown color: approx Pueblo. HEX triplet: 75, 27 and 1A. RGB value is (117,39,26). Sum of RGB (Red+Green+Blue) = 117+39+26=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #75271A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75271A is #8AD8E5. Grayscale: #3C3C3C. Windows color (decimal): -9099494 or 1714037. OLE color: 1714037.

HSL color Cylindrical-coordinate representation of color #75271A: hue angle of 8.57º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75271A is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB1173926-
CMYK00.670.780.54
HSL8.57º63.64%28.04%-
HSV(B)8.57º77.78%45.88%-
XYZ8.255.311.57-
YUV60.84108.34168.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 64.29%
GREEN value IS 39 (15.62% from 255) = 21.43%
BLUE value IS 26 (10.55% from 255) = 14.29%
R=64.29%
G=21.43%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117392600.670.780.548.5763.6428.04
Hex75271A0434E369401c
Octal16547320103116661110034
Binary1110101100111110100100001110011101101101001100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75271A; }

 p { color: rgb(117,39,26); }

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

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

 a { background-color: rgb(117,39,26); }

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

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

 span { border-color: rgb(117,39,26); }

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