#76214D

Color #76214D Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #76214D

Tints of Pompadour #76214D

Color information

#76214D (or 0x76214D) is unknown color: approx Pompadour. HEX triplet: 76, 21 and 4D. RGB value is (118,33,77). Sum of RGB (Red+Green+Blue) = 118+33+77=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #76214D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76214D is #89DEB2. Grayscale: #3F3F3F. Windows color (decimal): -9035443 or 5054838. OLE color: 5054838.

HSL color Cylindrical-coordinate representation of color #76214D: hue angle of 328.94º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76214D is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1183377-
CMYK00.720.350.54
HSL328.94º56.29%29.61%-
HSV(B)328.94º72.03%46.27%-
XYZ9.355.487.58-
YUV63.43135.66166.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.75%
GREEN value IS 33 (13.28% from 255) = 14.47%
BLUE value IS 77 (30.47% from 255) = 33.77%
R=51.75%
G=14.47%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118337700.720.350.54328.9456.2929.61
Hex76214D0482336149381e
Octal16641115011043665117036
Binary111011010000110011010100100010001111011010100100111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76214D; }

 p { color: rgb(118,33,77); }

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

<style>
 a { background-color: #76214D; }

 a { background-color: rgb(118,33,77); }

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

<style>
 span { border-color: #76214D; }

 span { border-color: rgb(118,33,77); }

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