#75262A

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

Shades of Tamarillo #75262A

Tints of Tamarillo #75262A

Color information

#75262A (or 0x75262A) is unknown color: approx Tamarillo. HEX triplet: 75, 26 and 2A. RGB value is (117,38,42). Sum of RGB (Red+Green+Blue) = 117+38+42=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #75262A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75262A is #8AD9D5. Grayscale: #3E3E3E. Windows color (decimal): -9099734 or 2762357. OLE color: 2762357.

HSL color Cylindrical-coordinate representation of color #75262A: hue angle of 356.96º 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 #75262A is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1173842-
CMYK00.680.640.54
HSL356.96º50.97%30.39%-
HSV(B)356.96º67.52%45.88%-
XYZ8.455.342.78-
YUV62.08116.67167.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.39%
GREEN value IS 38 (15.23% from 255) = 19.29%
BLUE value IS 42 (16.80% from 255) = 21.32%
R=59.39%
G=19.29%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117384200.680.640.54356.9650.9730.39
Hex75262A0444036165331e
Octal16546520104100665456336
Binary111010110011010101001000100100000011011010110010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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