Html Css Color HEX #7C1556 Pompadour

📋 copy color: '#7C1556'

red 124 ◦ green 21 ◦ blue 86

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

Shades of Pompadour #7C1556

Tints of Pompadour #7C1556

RGB

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

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

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

R = 53.68%
G = 9.09%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#7C1556 (or 0x7C1556) is known color: Pompadour. HEX triplet: 7C, 15 and 56. RGB value is (124,21,86). Sum of RGB (Red+Green+Blue) = 124+21+86=231 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.68% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1556 is #83EAA9. Grayscale: #3B3B3B. Windows color (decimal): -8645290 or 5641596. OLE color: 5641596.

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

Color convert

RGB 124 21 86 -
CMYK 0 0.83 0.31 0.51
HSL 322.14º 0.71% 0.28% -
HSV(B) 322.14º 0.83% 0.49% -
XYZ 10.26 5.49 9.32 -
YUV 59.21 143.12 174.21 -
System Red Green Blue C M Y K H S L
Decimal 124 21 86 0 0.83 0.31 0.51 322.14 0.71 0.28
Hex 7C 15 56 0 53 1F 33 142 47 1C
Octal 174 25 126 0 123 37 63 502 107 34
Binary 1111100 10101 1010110 0 1010011 11111 110011 101000010 1000111 11100

Color Harmonies of #7C1556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1556

Black with #7C1556

Text Example


Text Example

White with #7C1556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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