Html Css Color HEX #7F1840 Pompadour

📋 copy color: '#7F1840'

red 127 ◦ green 24 ◦ blue 64

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

Shades of Pompadour #7F1840

Tints of Pompadour #7F1840

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.16%

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

R = 59.07%
G = 11.16%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#7F1840 (or 0x7F1840) is known color: Pompadour. HEX triplet: 7F, 18 and 40. RGB value is (127,24,64). Sum of RGB (Red+Green+Blue) = 127+24+64=215 (28% of max value = 765). Red value is 127 (50% from 255 or 59.07% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1840 is #80E7BF. Grayscale: #3B3B3B. Windows color (decimal): -8447936 or 4200575. OLE color: 4200575.

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

Color convert

RGB 127 24 64 -
CMYK 0 0.81 0.50 0.50
HSL 336.7º 0.68% 0.3% -
HSV(B) 336.7º 0.81% 0.5% -
XYZ 10 5.54 5.39 -
YUV 59.36 130.62 176.25 -
System Red Green Blue C M Y K H S L
Decimal 127 24 64 0 0.81 0.50 0.50 336.7 0.68 0.3
Hex 7F 18 40 0 51 32 32 151 44 1E
Octal 177 30 100 0 121 62 62 521 104 36
Binary 1111111 11000 1000000 0 1010001 110010 110010 101010001 1000100 11110

Color Harmonies of #7F1840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1840

Black with #7F1840

Text Example


Text Example

White with #7F1840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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