#75262c

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

Shades of Tamarillo #75262C

Tints of Tamarillo #75262C

Color information

#75262C (or 0x75262C) is unknown color: approx Tamarillo. HEX triplet: 75, 26 and 2C. RGB value is (117,38,44). Sum of RGB (Red+Green+Blue) = 117+38+44=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #75262C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75262C is #8AD9D3. Grayscale: #3E3E3E. Windows color (decimal): -9099732 or 2893429. OLE color: 2893429.

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

Color convert

RGB1173844-
CMYK00.680.620.54
HSL355.44º50.97%30.39%-
HSV(B)355.44º67.52%45.88%-
XYZ8.485.352.97-
YUV62.3117.67167.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.79%
GREEN value IS 38 (15.23% from 255) = 19.10%
BLUE value IS 44 (17.58% from 255) = 22.11%
R=58.79%
G=19.10%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117384400.680.620.54355.4450.9730.39
Hex75262C0443E36163331e
Octal1654654010476665436336
Binary11101011001101011000100010011111011011010110001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75262c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75262c; }

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

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

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

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

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

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

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

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