Html Css Color HEX #7C1340 Pompadour

📋 copy color: '#7C1340'

red 124 ◦ green 19 ◦ blue 64

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

Shades of Pompadour #7C1340

Tints of Pompadour #7C1340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.92%

R = 59.9%
G = 9.18%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7C1340 (or 0x7C1340) is known color: Pompadour. HEX triplet: 7C, 13 and 40. RGB value is (124,19,64). Sum of RGB (Red+Green+Blue) = 124+19+64=207 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.90% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1340 is #83ECBF. Grayscale: #373737. Windows color (decimal): -8645824 or 4199292. OLE color: 4199292.

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

Color convert

RGB 124 19 64 -
CMYK 0 0.85 0.48 0.51
HSL 334.29º 0.73% 0.28% -
HSV(B) 334.29º 0.85% 0.49% -
XYZ 9.47 5.12 5.34 -
YUV 55.53 132.79 176.84 -
System Red Green Blue C M Y K H S L
Decimal 124 19 64 0 0.85 0.48 0.51 334.29 0.73 0.28
Hex 7C 13 40 0 55 30 33 14E 49 1C
Octal 174 23 100 0 125 60 63 516 111 34
Binary 1111100 10011 1000000 0 1010101 110000 110011 101001110 1001001 11100

Color Harmonies of #7C1340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1340

Black with #7C1340

Text Example


Text Example

White with #7C1340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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