Html Css Color HEX #7F184A Pompadour

📋 copy color: '#7F184A'

red 127 ◦ green 24 ◦ blue 74

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

Shades of Pompadour #7F184A

Tints of Pompadour #7F184A

RGB

 RED value IS 127 (50% from 255) = 56.44%

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

 BLUE value IS 74 (29.3% from 255) = 32.89%

R = 56.44%
G = 10.67%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#7F184A (or 0x7F184A) is known color: Pompadour. HEX triplet: 7F, 18 and 4A. RGB value is (127,24,74). Sum of RGB (Red+Green+Blue) = 127+24+74=225 (29% of max value = 765). Red value is 127 (50% from 255 or 56.44% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 127 - color contains mainly: red. Hex color #7F184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F184A is #80E7B5. Grayscale: #3C3C3C. Windows color (decimal): -8447926 or 4855935. OLE color: 4855935.

HSL color Cylindrical-coordinate representation of color #7F184A: hue angle of 330.87º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F184A is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 24 74 -
CMYK 0 0.81 0.42 0.50
HSL 330.87º 0.68% 0.3% -
HSV(B) 330.87º 0.81% 0.5% -
XYZ 10.32 5.66 7.03 -
YUV 60.5 135.62 175.43 -
System Red Green Blue C M Y K H S L
Decimal 127 24 74 0 0.81 0.42 0.50 330.87 0.68 0.3
Hex 7F 18 4A 0 51 2A 32 14B 44 1E
Octal 177 30 112 0 121 52 62 513 104 36
Binary 1111111 11000 1001010 0 1010001 101010 110010 101001011 1000100 11110

Color Harmonies of #7F184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F184A

Black with #7F184A

Text Example


Text Example

White with #7F184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F184A; }

 p { color: rgb(127,24,74); }

 H1.HeaderClassName
 {
   color: #7F184A;
 }
 .AnyTagClassName
 {
   color: #7F184A;
 }
</style>

background-color css

<style>
 a { background-color: #7F184A; }

 a { background-color: rgb(127,24,74); }

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

border-color css

<style>
 span { border-color: #7F184A; }

 span { border-color: rgb(127,24,74); }

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