Html Css Color HEX #76184F Pompadour

📋 copy color: '#76184F'

red 118 ◦ green 24 ◦ blue 79

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

Shades of Pompadour #76184F

Tints of Pompadour #76184F

RGB

 RED value IS 118 (46.48% from 255) = 53.39%

 GREEN value IS 24 (9.77% from 255) = 10.86%

 BLUE value IS 79 (31.25% from 255) = 35.75%

R = 53.39%
G = 10.86%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#76184F (or 0x76184F) is known color: Pompadour. HEX triplet: 76, 18 and 4F. RGB value is (118,24,79). Sum of RGB (Red+Green+Blue) = 118+24+79=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #76184F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76184F is #89E7B0. Grayscale: #3A3A3A. Windows color (decimal): -9037745 or 5183606. OLE color: 5183606.

HSL color Cylindrical-coordinate representation of color #76184F: hue angle of 324.89º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76184F is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 24 79 -
CMYK 0 0.80 0.33 0.54
HSL 324.89º 0.66% 0.28% -
HSV(B) 324.89º 0.8% 0.46% -
XYZ 9.21 5.07 7.89 -
YUV 58.38 139.64 170.53 -
System Red Green Blue C M Y K H S L
Decimal 118 24 79 0 0.80 0.33 0.54 324.89 0.66 0.28
Hex 76 18 4F 0 50 21 36 145 42 1C
Octal 166 30 117 0 120 41 66 505 102 34
Binary 1110110 11000 1001111 0 1010000 100001 110110 101000101 1000010 11100

Color Harmonies of #76184F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76184F

Black with #76184F

Text Example


Text Example

White with #76184F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76184F; }

 p { color: rgb(118,24,79); }

 H1.HeaderClassName
 {
   color: #76184F;
 }
 .AnyTagClassName
 {
   color: #76184F;
 }
</style>

background-color css

<style>
 a { background-color: #76184F; }

 a { background-color: rgb(118,24,79); }

 div.DivClassName
 {
   background-color: #76184F;
 }
 .BgClassName
 {
   background-color: #76184F;
 }
</style>

border-color css

<style>
 span { border-color: #76184F; }

 span { border-color: rgb(118,24,79); }

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