Html Css Color HEX #7C1356 Pompadour

📋 copy color: '#7C1356'

red 124 ◦ green 19 ◦ blue 86

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

Shades of Pompadour #7C1356

Tints of Pompadour #7C1356

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.3%

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

R = 54.15%
G = 8.3%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#7C1356 (or 0x7C1356) is known color: Pompadour. HEX triplet: 7C, 13 and 56. RGB value is (124,19,86). Sum of RGB (Red+Green+Blue) = 124+19+86=229 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.15% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1356 is #83ECA9. Grayscale: #393939. Windows color (decimal): -8645802 or 5641084. OLE color: 5641084.

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

Color convert

RGB 124 19 86 -
CMYK 0 0.85 0.31 0.51
HSL 321.71º 0.73% 0.28% -
HSV(B) 321.71º 0.85% 0.49% -
XYZ 10.22 5.42 9.31 -
YUV 58.03 143.79 175.05 -
System Red Green Blue C M Y K H S L
Decimal 124 19 86 0 0.85 0.31 0.51 321.71 0.73 0.28
Hex 7C 13 56 0 55 1F 33 142 49 1C
Octal 174 23 126 0 125 37 63 502 111 34
Binary 1111100 10011 1010110 0 1010101 11111 110011 101000010 1001001 11100

Color Harmonies of #7C1356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1356

Black with #7C1356

Text Example


Text Example

White with #7C1356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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