Html Css Color HEX #7F1946 Pompadour

📋 copy color: '#7F1946'

red 127 ◦ green 25 ◦ blue 70

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

Shades of Pompadour #7F1946

Tints of Pompadour #7F1946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 31.53%

R = 57.21%
G = 11.26%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#7F1946 (or 0x7F1946) is known color: Pompadour. HEX triplet: 7F, 19 and 46. RGB value is (127,25,70). Sum of RGB (Red+Green+Blue) = 127+25+70=222 (29% of max value = 765). Red value is 127 (50% from 255 or 57.21% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1946 is #80E6B9. Grayscale: #3C3C3C. Windows color (decimal): -8447674 or 4594047. OLE color: 4594047.

HSL color Cylindrical-coordinate representation of color #7F1946: hue angle of 333.53º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F1946 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 25 70 -
CMYK 0 0.80 0.45 0.50
HSL 333.53º 0.67% 0.3% -
HSV(B) 333.53º 0.8% 0.5% -
XYZ 10.21 5.65 6.35 -
YUV 60.63 133.29 175.34 -
System Red Green Blue C M Y K H S L
Decimal 127 25 70 0 0.80 0.45 0.50 333.53 0.67 0.3
Hex 7F 19 46 0 50 2D 32 14E 43 1E
Octal 177 31 106 0 120 55 62 516 103 36
Binary 1111111 11001 1000110 0 1010000 101101 110010 101001110 1000011 11110

Color Harmonies of #7F1946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1946

Black with #7F1946

Text Example


Text Example

White with #7F1946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,25,70); }

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

background-color css

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

 a { background-color: rgb(127,25,70); }

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

border-color css

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

 span { border-color: rgb(127,25,70); }

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