#76214A

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

Shades of Pompadour #76214A

Tints of Pompadour #76214A

Color information

#76214A (or 0x76214A) is unknown color: approx Pompadour. HEX triplet: 76, 21 and 4A. RGB value is (118,33,74). Sum of RGB (Red+Green+Blue) = 118+33+74=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #76214A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76214A is #89DEB5. Grayscale: #3F3F3F. Windows color (decimal): -9035446 or 4858230. OLE color: 4858230.

HSL color Cylindrical-coordinate representation of color #76214A: hue angle of 331.06º 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 #76214A is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1183374-
CMYK00.720.370.54
HSL331.06º56.29%29.61%-
HSV(B)331.06º72.03%46.27%-
XYZ9.255.437.04-
YUV63.09134.16167.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 33 (13.28% from 255) = 14.67%
BLUE value IS 74 (29.30% from 255) = 32.89%
R=52.44%
G=14.67%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118337400.720.370.54331.0656.2929.61
Hex76214A048253614b381e
Octal16641112011045665137036
Binary111011010000110010100100100010010111011010100101111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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