Html Css Color HEX #7C193E Pompadour

📋 copy color: '#7C193E'

red 124 ◦ green 25 ◦ blue 62

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

Shades of Pompadour #7C193E

Tints of Pompadour #7C193E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 29.38%

R = 58.77%
G = 11.85%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.5

 K value IS 0.51

RGB Variations

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

Color information

#7C193E (or 0x7C193E) is known color: Pompadour. HEX triplet: 7C, 19 and 3E. RGB value is (124,25,62). Sum of RGB (Red+Green+Blue) = 124+25+62=211 (27% of max value = 765). Red value is 124 (48.83% from 255 or 58.77% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 124 - color contains mainly: red. Hex color #7C193E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C193E is #83E6C1. Grayscale: #3A3A3A. Windows color (decimal): -8644290 or 4069756. OLE color: 4069756.

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

Color convert

RGB 124 25 62 -
CMYK 0 0.80 0.5 0.51
HSL 337.58º 0.66% 0.29% -
HSV(B) 337.58º 0.8% 0.49% -
XYZ 9.53 5.33 5.08 -
YUV 58.82 129.8 174.49 -
System Red Green Blue C M Y K H S L
Decimal 124 25 62 0 0.80 0.5 0.51 337.58 0.66 0.29
Hex 7C 19 3E 0 50 32 33 152 42 1D
Octal 174 31 76 0 120 62 63 522 102 35
Binary 1111100 11001 111110 0 1010000 110010 110011 101010010 1000010 11101

Color Harmonies of #7C193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C193E

Black with #7C193E

Text Example


Text Example

White with #7C193E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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