#75282A

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

Shades of Tamarillo #75282A

Tints of Tamarillo #75282A

Color information

#75282A (or 0x75282A) is unknown color: approx Tamarillo. HEX triplet: 75, 28 and 2A. RGB value is (117,40,42). Sum of RGB (Red+Green+Blue) = 117+40+42=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #75282A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75282A is #8AD7D5. Grayscale: #3F3F3F. Windows color (decimal): -9099222 or 2762869. OLE color: 2762869.

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

Color convert

RGB1174042-
CMYK00.660.640.54
HSL358.44º49.04%30.78%-
HSV(B)358.44º65.81%45.88%-
XYZ8.515.472.8-
YUV63.25116.01166.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.79%
GREEN value IS 40 (16.02% from 255) = 20.10%
BLUE value IS 42 (16.80% from 255) = 21.11%
R=58.79%
G=20.10%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117404200.660.640.54358.4449.0430.78
Hex75282A0424036166311f
Octal16550520102100665466137
Binary111010110100010101001000010100000011011010110011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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