Html Css Color HEX #7F144A Pompadour

📋 copy color: '#7F144A'

red 127 ◦ green 20 ◦ blue 74

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

Shades of Pompadour #7F144A

Tints of Pompadour #7F144A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.05%

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

R = 57.47%
G = 9.05%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#7F144A (or 0x7F144A) is known color: Pompadour. HEX triplet: 7F, 14 and 4A. RGB value is (127,20,74). Sum of RGB (Red+Green+Blue) = 127+20+74=221 (29% of max value = 765). Red value is 127 (50% from 255 or 57.47% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 127 - color contains mainly: red. Hex color #7F144A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F144A is #80EBB5. Grayscale: #3A3A3A. Windows color (decimal): -8448950 or 4854911. OLE color: 4854911.

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

Color convert

RGB 127 20 74 -
CMYK 0 0.84 0.42 0.50
HSL 329.72º 0.73% 0.29% -
HSV(B) 329.72º 0.84% 0.5% -
XYZ 10.24 5.51 7 -
YUV 58.15 136.95 177.11 -
System Red Green Blue C M Y K H S L
Decimal 127 20 74 0 0.84 0.42 0.50 329.72 0.73 0.29
Hex 7F 14 4A 0 54 2A 32 14A 49 1D
Octal 177 24 112 0 124 52 62 512 111 35
Binary 1111111 10100 1001010 0 1010100 101010 110010 101001010 1001001 11101

Color Harmonies of #7F144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F144A

Black with #7F144A

Text Example


Text Example

White with #7F144A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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