Html Css Color HEX #7C1953 Pompadour

📋 copy color: '#7C1953'

red 124 ◦ green 25 ◦ blue 83

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

Shades of Pompadour #7C1953

Tints of Pompadour #7C1953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.78%

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

R = 53.45%
G = 10.78%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#7C1953 (or 0x7C1953) is known color: Pompadour. HEX triplet: 7C, 19 and 53. RGB value is (124,25,83). Sum of RGB (Red+Green+Blue) = 124+25+83=232 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.45% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1953 is #83E6AC. Grayscale: #3D3D3D. Windows color (decimal): -8644269 or 5446012. OLE color: 5446012.

HSL color Cylindrical-coordinate representation of color #7C1953: hue angle of 324.85º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C1953 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 25 83 -
CMYK 0 0.80 0.33 0.51
HSL 324.85º 0.66% 0.29% -
HSV(B) 324.85º 0.8% 0.49% -
XYZ 10.22 5.6 8.73 -
YUV 61.21 140.3 172.78 -
System Red Green Blue C M Y K H S L
Decimal 124 25 83 0 0.80 0.33 0.51 324.85 0.66 0.29
Hex 7C 19 53 0 50 21 33 145 42 1D
Octal 174 31 123 0 120 41 63 505 102 35
Binary 1111100 11001 1010011 0 1010000 100001 110011 101000101 1000010 11101

Color Harmonies of #7C1953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1953

Black with #7C1953

Text Example


Text Example

White with #7C1953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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