Html Css Color HEX #7F1540 Pompadour

📋 copy color: '#7F1540'

red 127 ◦ green 21 ◦ blue 64

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

Shades of Pompadour #7F1540

Tints of Pompadour #7F1540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.91%

 BLUE value IS 64 (25.39% from 255) = 30.19%

R = 59.91%
G = 9.91%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#7F1540 (or 0x7F1540) is known color: Pompadour. HEX triplet: 7F, 15 and 40. RGB value is (127,21,64). Sum of RGB (Red+Green+Blue) = 127+21+64=212 (28% of max value = 765). Red value is 127 (50% from 255 or 59.91% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1540 is #80EABF. Grayscale: #393939. Windows color (decimal): -8448704 or 4199807. OLE color: 4199807.

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

Color convert

RGB 127 21 64 -
CMYK 0 0.83 0.50 0.50
HSL 335.66º 0.72% 0.29% -
HSV(B) 335.66º 0.83% 0.5% -
XYZ 9.95 5.42 5.37 -
YUV 57.6 131.62 177.5 -
System Red Green Blue C M Y K H S L
Decimal 127 21 64 0 0.83 0.50 0.50 335.66 0.72 0.29
Hex 7F 15 40 0 53 32 32 150 48 1D
Octal 177 25 100 0 123 62 62 520 110 35
Binary 1111111 10101 1000000 0 1010011 110010 110010 101010000 1001000 11101

Color Harmonies of #7F1540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1540

Black with #7F1540

Text Example


Text Example

White with #7F1540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,21,64); }

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

background-color css

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

 a { background-color: rgb(127,21,64); }

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

border-color css

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

 span { border-color: rgb(127,21,64); }

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