Html Css Color HEX #7F1041 Pompadour

📋 copy color: '#7F1041'

red 127 ◦ green 16 ◦ blue 65

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

Shades of Pompadour #7F1041

Tints of Pompadour #7F1041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.69%

 BLUE value IS 65 (25.78% from 255) = 31.25%

R = 61.06%
G = 7.69%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#7F1041 (or 0x7F1041) is known color: Pompadour. HEX triplet: 7F, 10 and 41. RGB value is (127,16,65). Sum of RGB (Red+Green+Blue) = 127+16+65=208 (27% of max value = 765). Red value is 127 (50% from 255 or 61.06% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F1041 is #80EFBE. Grayscale: #363636. Windows color (decimal): -8449983 or 4264063. OLE color: 4264063.

HSL color Cylindrical-coordinate representation of color #7F1041: hue angle of 333.51º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F1041 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 16 65 -
CMYK 0 0.87 0.49 0.50
HSL 333.51º 0.78% 0.28% -
HSV(B) 333.51º 0.87% 0.5% -
XYZ 9.89 5.26 5.5 -
YUV 54.78 133.77 179.52 -
System Red Green Blue C M Y K H S L
Decimal 127 16 65 0 0.87 0.49 0.50 333.51 0.78 0.28
Hex 7F 10 41 0 57 31 32 14E 4E 1C
Octal 177 20 101 0 127 61 62 516 116 34
Binary 1111111 10000 1000001 0 1010111 110001 110010 101001110 1001110 11100

Color Harmonies of #7F1041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1041

Black with #7F1041

Text Example


Text Example

White with #7F1041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,16,65); }

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

background-color css

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

 a { background-color: rgb(127,16,65); }

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

border-color css

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

 span { border-color: rgb(127,16,65); }

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