Html Css Color HEX #7C1945 Pompadour

📋 copy color: '#7C1945'

red 124 ◦ green 25 ◦ blue 69

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

Shades of Pompadour #7C1945

Tints of Pompadour #7C1945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 31.65%

R = 56.88%
G = 11.47%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#7C1945 (or 0x7C1945) is known color: Pompadour. HEX triplet: 7C, 19 and 45. RGB value is (124,25,69). Sum of RGB (Red+Green+Blue) = 124+25+69=218 (28% of max value = 765). Red value is 124 (48.83% from 255 or 56.88% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1945 is #83E6BA. Grayscale: #3B3B3B. Windows color (decimal): -8644283 or 4528508. OLE color: 4528508.

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

Color convert

RGB 124 25 69 -
CMYK 0 0.80 0.44 0.51
HSL 333.33º 0.66% 0.29% -
HSV(B) 333.33º 0.8% 0.49% -
XYZ 9.73 5.41 6.16 -
YUV 59.62 133.3 173.92 -
System Red Green Blue C M Y K H S L
Decimal 124 25 69 0 0.80 0.44 0.51 333.33 0.66 0.29
Hex 7C 19 45 0 50 2C 33 14D 42 1D
Octal 174 31 105 0 120 54 63 515 102 35
Binary 1111100 11001 1000101 0 1010000 101100 110011 101001101 1000010 11101

Color Harmonies of #7C1945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1945

Black with #7C1945

Text Example


Text Example

White with #7C1945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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