Html Css Color HEX #7F134F Pompadour

📋 copy color: '#7F134F'

red 127 ◦ green 19 ◦ blue 79

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

Shades of Pompadour #7F134F

Tints of Pompadour #7F134F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.11%

R = 56.44%
G = 8.44%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#7F134F (or 0x7F134F) is known color: Pompadour. HEX triplet: 7F, 13 and 4F. RGB value is (127,19,79). Sum of RGB (Red+Green+Blue) = 127+19+79=225 (29% of max value = 765). Red value is 127 (50% from 255 or 56.44% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 127 - color contains mainly: red. Hex color #7F134F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F134F is #80ECB0. Grayscale: #3A3A3A. Windows color (decimal): -8449201 or 5182335. OLE color: 5182335.

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

Color convert

RGB 127 19 79 -
CMYK 0 0.85 0.38 0.50
HSL 326.67º 0.74% 0.29% -
HSV(B) 326.67º 0.85% 0.5% -
XYZ 10.4 5.54 7.92 -
YUV 58.13 139.78 177.12 -
System Red Green Blue C M Y K H S L
Decimal 127 19 79 0 0.85 0.38 0.50 326.67 0.74 0.29
Hex 7F 13 4F 0 55 26 32 147 4A 1D
Octal 177 23 117 0 125 46 62 507 112 35
Binary 1111111 10011 1001111 0 1010101 100110 110010 101000111 1001010 11101

Color Harmonies of #7F134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F134F

Black with #7F134F

Text Example


Text Example

White with #7F134F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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