Html Css Color HEX #7C1353 Pompadour

📋 copy color: '#7C1353'

red 124 ◦ green 19 ◦ blue 83

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

Shades of Pompadour #7C1353

Tints of Pompadour #7C1353

RGB

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

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

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

R = 54.87%
G = 8.41%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#7C1353 (or 0x7C1353) is known color: Pompadour. HEX triplet: 7C, 13 and 53. RGB value is (124,19,83). Sum of RGB (Red+Green+Blue) = 124+19+83=226 (29% of max value = 765). Red value is 124 (48.83% from 255 or 54.87% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1353 is #83ECAC. Grayscale: #393939. Windows color (decimal): -8645805 or 5444476. OLE color: 5444476.

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

Color convert

RGB 124 19 83 -
CMYK 0 0.85 0.33 0.51
HSL 323.43º 0.73% 0.28% -
HSV(B) 323.43º 0.85% 0.49% -
XYZ 10.11 5.38 8.69 -
YUV 57.69 142.29 175.3 -
System Red Green Blue C M Y K H S L
Decimal 124 19 83 0 0.85 0.33 0.51 323.43 0.73 0.28
Hex 7C 13 53 0 55 21 33 143 49 1C
Octal 174 23 123 0 125 41 63 503 111 34
Binary 1111100 10011 1010011 0 1010101 100001 110011 101000011 1001001 11100

Color Harmonies of #7C1353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1353

Black with #7C1353

Text Example


Text Example

White with #7C1353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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