#762B33

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

Shades of Tamarillo #762B33

Tints of Tamarillo #762B33

Color information

#762B33 (or 0x762B33) is unknown color: approx Tamarillo. HEX triplet: 76, 2B and 33. RGB value is (118,43,51). Sum of RGB (Red+Green+Blue) = 118+43+51=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #762B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B33 is #89D4CC. Grayscale: #424242. Windows color (decimal): -9032909 or 3353462. OLE color: 3353462.

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

Color convert

RGB1184351-
CMYK00.640.570.54
HSL353.6º46.58%31.57%-
HSV(B)353.6º63.56%46.27%-
XYZ8.935.823.78-
YUV66.34119.35164.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.66%
GREEN value IS 43 (17.19% from 255) = 20.28%
BLUE value IS 51 (20.31% from 255) = 24.06%
R=55.66%
G=20.28%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118435100.640.570.54353.646.5831.57
Hex762B3304039361622f20
Octal1665363010071665425740
Binary111011010101111001101000000111001110110101100010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,43,51); }

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

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

 a { background-color: rgb(118,43,51); }

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

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

 span { border-color: rgb(118,43,51); }

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