Html Css Color HEX #7C1853 Pompadour

📋 copy color: '#7C1853'

red 124 ◦ green 24 ◦ blue 83

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

Shades of Pompadour #7C1853

Tints of Pompadour #7C1853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.39%

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

R = 53.68%
G = 10.39%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#7C1853 (or 0x7C1853) is known color: Pompadour. HEX triplet: 7C, 18 and 53. RGB value is (124,24,83). Sum of RGB (Red+Green+Blue) = 124+24+83=231 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.68% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1853 is #83E7AC. Grayscale: #3C3C3C. Windows color (decimal): -8644525 or 5445756. OLE color: 5445756.

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

Color convert

RGB 124 24 83 -
CMYK 0 0.81 0.33 0.51
HSL 324.6º 0.68% 0.29% -
HSV(B) 324.6º 0.81% 0.49% -
XYZ 10.2 5.56 8.72 -
YUV 60.63 140.63 173.2 -
System Red Green Blue C M Y K H S L
Decimal 124 24 83 0 0.81 0.33 0.51 324.6 0.68 0.29
Hex 7C 18 53 0 51 21 33 145 44 1D
Octal 174 30 123 0 121 41 63 505 104 35
Binary 1111100 11000 1010011 0 1010001 100001 110011 101000101 1000100 11101

Color Harmonies of #7C1853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1853

Black with #7C1853

Text Example


Text Example

White with #7C1853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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