Html Css Color HEX #76214A Pompadour

📋 copy color: '#76214A'

red 118 ◦ green 33 ◦ blue 74

#76214A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #76214A

Tints of Pompadour #76214A

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.3% from 255) = 32.89%

R = 52.44%
G = 14.67%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#76214A (or 0x76214A) is known color: 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

RGB 118 33 74 -
CMYK 0 0.72 0.37 0.54
HSL 331.06º 0.56% 0.3% -
HSV(B) 331.06º 0.72% 0.46% -
XYZ 9.25 5.43 7.04 -
YUV 63.09 134.16 167.17 -
System Red Green Blue C M Y K H S L
Decimal 118 33 74 0 0.72 0.37 0.54 331.06 0.56 0.3
Hex 76 21 4A 0 48 25 36 14B 38 1E
Octal 166 41 112 0 110 45 66 513 70 36
Binary 1110110 100001 1001010 0 1001000 100101 110110 101001011 111000 11110

Color Harmonies of #76214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76214A

Black with #76214A

Text Example


Text Example

White with #76214A

Text Example


Text Example

HTML Codes & Css Web 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>