Html Css Color HEX #76194F Pompadour

📋 copy color: '#76194F'

red 118 ◦ green 25 ◦ blue 79

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

Shades of Pompadour #76194F

Tints of Pompadour #76194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.26%

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

R = 53.15%
G = 11.26%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#76194F (or 0x76194F) is known color: Pompadour. HEX triplet: 76, 19 and 4F. RGB value is (118,25,79). Sum of RGB (Red+Green+Blue) = 118+25+79=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #76194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76194F is #89E6B0. Grayscale: #3A3A3A. Windows color (decimal): -9037489 or 5183862. OLE color: 5183862.

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

Color convert

RGB 118 25 79 -
CMYK 0 0.79 0.33 0.54
HSL 325.16º 0.65% 0.28% -
HSV(B) 325.16º 0.79% 0.46% -
XYZ 9.23 5.11 7.9 -
YUV 58.96 139.31 170.11 -
System Red Green Blue C M Y K H S L
Decimal 118 25 79 0 0.79 0.33 0.54 325.16 0.65 0.28
Hex 76 19 4F 0 4F 21 36 145 41 1C
Octal 166 31 117 0 117 41 66 505 101 34
Binary 1110110 11001 1001111 0 1001111 100001 110110 101000101 1000001 11100

Color Harmonies of #76194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76194F

Black with #76194F

Text Example


Text Example

White with #76194F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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