#75261C

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

Shades of Pueblo #75261C

Tints of Pueblo #75261C

Color information

#75261C (or 0x75261C) is unknown color: approx Pueblo. HEX triplet: 75, 26 and 1C. RGB value is (117,38,28). Sum of RGB (Red+Green+Blue) = 117+38+28=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #75261C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75261C is #8AD9E3. Grayscale: #3C3C3C. Windows color (decimal): -9099748 or 1844853. OLE color: 1844853.

HSL color Cylindrical-coordinate representation of color #75261C: hue angle of 6.74º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75261C is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB1173828-
CMYK00.680.760.54
HSL6.74º61.38%28.43%-
HSV(B)6.74º76.07%45.88%-
XYZ8.245.251.68-
YUV60.48109.67168.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.93%
GREEN value IS 38 (15.23% from 255) = 20.77%
BLUE value IS 28 (11.33% from 255) = 15.30%
R=63.93%
G=20.77%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117382800.680.760.546.7461.3828.43
Hex75261C0444C3673d1c
Octal165463401041146677534
Binary11101011001101110001000100100110011011011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75261C; }

 p { color: rgb(117,38,28); }

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

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

 a { background-color: rgb(117,38,28); }

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

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

 span { border-color: rgb(117,38,28); }

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