Html Css Color HEX #7C1850 Pompadour

📋 copy color: '#7C1850'

red 124 ◦ green 24 ◦ blue 80

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

Shades of Pompadour #7C1850

Tints of Pompadour #7C1850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.09%

R = 54.39%
G = 10.53%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#7C1850 (or 0x7C1850) is known color: Pompadour. HEX triplet: 7C, 18 and 50. RGB value is (124,24,80). Sum of RGB (Red+Green+Blue) = 124+24+80=228 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.39% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1850 is #83E7AF. Grayscale: #3C3C3C. Windows color (decimal): -8644528 or 5249148. OLE color: 5249148.

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

Color convert

RGB 124 24 80 -
CMYK 0 0.81 0.35 0.51
HSL 326.4º 0.68% 0.29% -
HSV(B) 326.4º 0.81% 0.49% -
XYZ 10.09 5.52 8.12 -
YUV 60.28 139.13 173.45 -
System Red Green Blue C M Y K H S L
Decimal 124 24 80 0 0.81 0.35 0.51 326.4 0.68 0.29
Hex 7C 18 50 0 51 23 33 146 44 1D
Octal 174 30 120 0 121 43 63 506 104 35
Binary 1111100 11000 1010000 0 1010001 100011 110011 101000110 1000100 11101

Color Harmonies of #7C1850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1850

Black with #7C1850

Text Example


Text Example

White with #7C1850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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