Html Css Color HEX #7C1342 Pompadour

📋 copy color: '#7C1342'

red 124 ◦ green 19 ◦ blue 66

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

Shades of Pompadour #7C1342

Tints of Pompadour #7C1342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 31.58%

R = 59.33%
G = 9.09%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#7C1342 (or 0x7C1342) is known color: Pompadour. HEX triplet: 7C, 13 and 42. RGB value is (124,19,66). Sum of RGB (Red+Green+Blue) = 124+19+66=209 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.33% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1342 is #83ECBD. Grayscale: #373737. Windows color (decimal): -8645822 or 4330364. OLE color: 4330364.

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

Color convert

RGB 124 19 66 -
CMYK 0 0.85 0.47 0.51
HSL 333.14º 0.73% 0.28% -
HSV(B) 333.14º 0.85% 0.49% -
XYZ 9.53 5.14 5.64 -
YUV 55.75 133.79 176.68 -
System Red Green Blue C M Y K H S L
Decimal 124 19 66 0 0.85 0.47 0.51 333.14 0.73 0.28
Hex 7C 13 42 0 55 2F 33 14D 49 1C
Octal 174 23 102 0 125 57 63 515 111 34
Binary 1111100 10011 1000010 0 1010101 101111 110011 101001101 1001001 11100

Color Harmonies of #7C1342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1342

Black with #7C1342

Text Example


Text Example

White with #7C1342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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