Html Css Color HEX #7C1A56 Pompadour

📋 copy color: '#7C1A56'

red 124 ◦ green 26 ◦ blue 86

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

Shades of Pompadour #7C1A56

Tints of Pompadour #7C1A56

RGB

 RED value IS 124 (48.83% from 255) = 52.54%

 GREEN value IS 26 (10.55% from 255) = 11.02%

 BLUE value IS 86 (33.98% from 255) = 36.44%

R = 52.54%
G = 11.02%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#7C1A56 (or 0x7C1A56) is known color: Pompadour. HEX triplet: 7C, 1A and 56. RGB value is (124,26,86). Sum of RGB (Red+Green+Blue) = 124+26+86=236 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.54% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C1A56 is #83E5A9. Grayscale: #3D3D3D. Windows color (decimal): -8644010 or 5642876. OLE color: 5642876.

HSL color Cylindrical-coordinate representation of color #7C1A56: hue angle of 323.27º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C1A56 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 26 86 -
CMYK 0 0.79 0.31 0.51
HSL 323.27º 0.65% 0.29% -
HSV(B) 323.27º 0.79% 0.49% -
XYZ 10.36 5.7 9.36 -
YUV 62.14 141.47 172.12 -
System Red Green Blue C M Y K H S L
Decimal 124 26 86 0 0.79 0.31 0.51 323.27 0.65 0.29
Hex 7C 1A 56 0 4F 1F 33 143 41 1D
Octal 174 32 126 0 117 37 63 503 101 35
Binary 1111100 11010 1010110 0 1001111 11111 110011 101000011 1000001 11101

Color Harmonies of #7C1A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1A56

Black with #7C1A56

Text Example


Text Example

White with #7C1A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,26,86); }

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

background-color css

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

 a { background-color: rgb(124,26,86); }

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

border-color css

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

 span { border-color: rgb(124,26,86); }

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