Html Css Color HEX #7F1354 Pompadour

📋 copy color: '#7F1354'

red 127 ◦ green 19 ◦ blue 84

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

Shades of Pompadour #7F1354

Tints of Pompadour #7F1354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 36.52%

R = 55.22%
G = 8.26%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#7F1354 (or 0x7F1354) is known color: Pompadour. HEX triplet: 7F, 13 and 54. RGB value is (127,19,84). Sum of RGB (Red+Green+Blue) = 127+19+84=230 (30% of max value = 765). Red value is 127 (50% from 255 or 55.22% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1354 is #80ECAB. Grayscale: #3A3A3A. Windows color (decimal): -8449196 or 5510015. OLE color: 5510015.

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

Color convert

RGB 127 19 84 -
CMYK 0 0.85 0.34 0.50
HSL 323.89º 0.74% 0.29% -
HSV(B) 323.89º 0.85% 0.5% -
XYZ 10.59 5.62 8.91 -
YUV 58.7 142.28 176.71 -
System Red Green Blue C M Y K H S L
Decimal 127 19 84 0 0.85 0.34 0.50 323.89 0.74 0.29
Hex 7F 13 54 0 55 22 32 144 4A 1D
Octal 177 23 124 0 125 42 62 504 112 35
Binary 1111111 10011 1010100 0 1010101 100010 110010 101000100 1001010 11101

Color Harmonies of #7F1354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1354

Black with #7F1354

Text Example


Text Example

White with #7F1354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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