Html Css Color HEX #7F1349 Pompadour

📋 copy color: '#7F1349'

red 127 ◦ green 19 ◦ blue 73

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

Shades of Pompadour #7F1349

Tints of Pompadour #7F1349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.68%

 BLUE value IS 73 (28.91% from 255) = 33.33%

R = 57.99%
G = 8.68%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#7F1349 (or 0x7F1349) is known color: Pompadour. HEX triplet: 7F, 13 and 49. RGB value is (127,19,73). Sum of RGB (Red+Green+Blue) = 127+19+73=219 (29% of max value = 765). Red value is 127 (50% from 255 or 57.99% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1349 is #80ECB6. Grayscale: #393939. Windows color (decimal): -8449207 or 4789119. OLE color: 4789119.

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

Color convert

RGB 127 19 73 -
CMYK 0 0.85 0.43 0.50
HSL 330º 0.74% 0.29% -
HSV(B) 330º 0.85% 0.5% -
XYZ 10.19 5.46 6.82 -
YUV 57.45 136.78 177.61 -
System Red Green Blue C M Y K H S L
Decimal 127 19 73 0 0.85 0.43 0.50 330 0.74 0.29
Hex 7F 13 49 0 55 2B 32 14A 4A 1D
Octal 177 23 111 0 125 53 62 512 112 35
Binary 1111111 10011 1001001 0 1010101 101011 110010 101001010 1001010 11101

Color Harmonies of #7F1349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1349

Black with #7F1349

Text Example


Text Example

White with #7F1349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,19,73); }

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

background-color css

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

 a { background-color: rgb(127,19,73); }

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

border-color css

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

 span { border-color: rgb(127,19,73); }

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