Html Css Color HEX #7C1A53 Pompadour

📋 copy color: '#7C1A53'

red 124 ◦ green 26 ◦ blue 83

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

Shades of Pompadour #7C1A53

Tints of Pompadour #7C1A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 35.62%

R = 53.22%
G = 11.16%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#7C1A53 (or 0x7C1A53) is known color: Pompadour. HEX triplet: 7C, 1A and 53. RGB value is (124,26,83). Sum of RGB (Red+Green+Blue) = 124+26+83=233 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.22% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C1A53 is #83E5AC. Grayscale: #3D3D3D. Windows color (decimal): -8644013 or 5446268. OLE color: 5446268.

HSL color Cylindrical-coordinate representation of color #7C1A53: hue angle of 325.1º 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 #7C1A53 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 26 83 -
CMYK 0 0.79 0.33 0.51
HSL 325.1º 0.65% 0.29% -
HSV(B) 325.1º 0.79% 0.49% -
XYZ 10.24 5.65 8.73 -
YUV 61.8 139.97 172.37 -
System Red Green Blue C M Y K H S L
Decimal 124 26 83 0 0.79 0.33 0.51 325.1 0.65 0.29
Hex 7C 1A 53 0 4F 21 33 145 41 1D
Octal 174 32 123 0 117 41 63 505 101 35
Binary 1111100 11010 1010011 0 1001111 100001 110011 101000101 1000001 11101

Color Harmonies of #7C1A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1A53

Black with #7C1A53

Text Example


Text Example

White with #7C1A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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