#762A31

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

Shades of Tamarillo #762A31

Tints of Tamarillo #762A31

Color information

#762A31 (or 0x762A31) is unknown color: approx Tamarillo. HEX triplet: 76, 2A and 31. RGB value is (118,42,49). Sum of RGB (Red+Green+Blue) = 118+42+49=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #762A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762A31 is #89D5CE. Grayscale: #414141. Windows color (decimal): -9033167 or 3222134. OLE color: 3222134.

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

Color convert

RGB1184249-
CMYK00.640.580.54
HSL354.47º47.5%31.37%-
HSV(B)354.47º64.41%46.27%-
XYZ8.855.733.54-
YUV65.52118.68165.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.46%
GREEN value IS 42 (16.80% from 255) = 20.10%
BLUE value IS 49 (19.53% from 255) = 23.44%
R=56.46%
G=20.10%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118424900.640.580.54354.4747.531.37
Hex762A310403A36162301f
Octal1665261010072665426037
Binary11101101010101100010100000011101011011010110001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762A31; }

 p { color: rgb(118,42,49); }

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

<style>
 a { background-color: #762A31; }

 a { background-color: rgb(118,42,49); }

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

<style>
 span { border-color: #762A31; }

 span { border-color: rgb(118,42,49); }

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