Html Css Color HEX #7F1444 Pompadour

📋 copy color: '#7F1444'

red 127 ◦ green 20 ◦ blue 68

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

Shades of Pompadour #7F1444

Tints of Pompadour #7F1444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.63%

R = 59.07%
G = 9.3%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#7F1444 (or 0x7F1444) is known color: Pompadour. HEX triplet: 7F, 14 and 44. RGB value is (127,20,68). Sum of RGB (Red+Green+Blue) = 127+20+68=215 (28% of max value = 765). Red value is 127 (50% from 255 or 59.07% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1444 is #80EBBB. Grayscale: #393939. Windows color (decimal): -8448956 or 4461695. OLE color: 4461695.

HSL color Cylindrical-coordinate representation of color #7F1444: hue angle of 333.08º 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 #7F1444 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 20 68 -
CMYK 0 0.84 0.46 0.50
HSL 333.08º 0.73% 0.29% -
HSV(B) 333.08º 0.84% 0.5% -
XYZ 10.05 5.43 5.99 -
YUV 57.47 133.95 177.6 -
System Red Green Blue C M Y K H S L
Decimal 127 20 68 0 0.84 0.46 0.50 333.08 0.73 0.29
Hex 7F 14 44 0 54 2E 32 14D 49 1D
Octal 177 24 104 0 124 56 62 515 111 35
Binary 1111111 10100 1000100 0 1010100 101110 110010 101001101 1001001 11101

Color Harmonies of #7F1444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1444

Black with #7F1444

Text Example


Text Example

White with #7F1444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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