#75252B

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

Shades of Tamarillo #75252B

Tints of Tamarillo #75252B

Color information

#75252B (or 0x75252B) is unknown color: approx Tamarillo. HEX triplet: 75, 25 and 2B. RGB value is (117,37,43). Sum of RGB (Red+Green+Blue) = 117+37+43=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #75252B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75252B is #8ADAD4. Grayscale: #3D3D3D. Windows color (decimal): -9099989 or 2827637. OLE color: 2827637.

HSL color Cylindrical-coordinate representation of color #75252B: hue angle of 355.5º degrees, saturation: 0.52, 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 #75252B is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB1173743-
CMYK00.680.630.54
HSL355.5º51.95%30.2%-
HSV(B)355.5º68.38%45.88%-
XYZ8.435.282.86-
YUV61.6117.5167.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.39%
GREEN value IS 37 (14.84% from 255) = 18.78%
BLUE value IS 43 (17.19% from 255) = 21.83%
R=59.39%
G=18.78%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117374300.680.630.54355.551.9530.2
Hex75252B0443F36164341e
Octal1654553010477665446436
Binary11101011001011010110100010011111111011010110010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,37,43); }

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

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

 a { background-color: rgb(117,37,43); }

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

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

 span { border-color: rgb(117,37,43); }

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