Html Css Color HEX #7C103C Pompadour

📋 copy color: '#7C103C'

red 124 ◦ green 16 ◦ blue 60

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

Shades of Pompadour #7C103C

Tints of Pompadour #7C103C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8%

 BLUE value IS 60 (23.83% from 255) = 30%

R = 62%
G = 8%
B = 30%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7C103C (or 0x7C103C) is known color: Pompadour. HEX triplet: 7C, 10 and 3C. RGB value is (124,16,60). Sum of RGB (Red+Green+Blue) = 124+16+60=200 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 124 - color contains mainly: red. Hex color #7C103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C103C is #83EFC3. Grayscale: #353535. Windows color (decimal): -8646596 or 3936380. OLE color: 3936380.

HSL color Cylindrical-coordinate representation of color #7C103C: hue angle of 335.56º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C103C is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 16 60 -
CMYK 0 0.87 0.52 0.51
HSL 335.56º 0.77% 0.27% -
HSV(B) 335.56º 0.87% 0.49% -
XYZ 9.31 4.98 4.75 -
YUV 53.31 131.78 178.42 -
System Red Green Blue C M Y K H S L
Decimal 124 16 60 0 0.87 0.52 0.51 335.56 0.77 0.27
Hex 7C 10 3C 0 57 34 33 150 4D 1B
Octal 174 20 74 0 127 64 63 520 115 33
Binary 1111100 10000 111100 0 1010111 110100 110011 101010000 1001101 11011

Color Harmonies of #7C103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C103C

Black with #7C103C

Text Example


Text Example

White with #7C103C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,16,60); }

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

background-color css

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

 a { background-color: rgb(124,16,60); }

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

border-color css

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

 span { border-color: rgb(124,16,60); }

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