Html Css Color HEX #7C123D Pompadour

📋 copy color: '#7C123D'

red 124 ◦ green 18 ◦ blue 61

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

Shades of Pompadour #7C123D

Tints of Pompadour #7C123D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.87%

 BLUE value IS 61 (24.22% from 255) = 30.05%

R = 61.08%
G = 8.87%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7C123D (or 0x7C123D) is known color: Pompadour. HEX triplet: 7C, 12 and 3D. RGB value is (124,18,61). Sum of RGB (Red+Green+Blue) = 124+18+61=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C123D is #83EDC2. Grayscale: #363636. Windows color (decimal): -8646083 or 4002428. OLE color: 4002428.

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

Color convert

RGB 124 18 61 -
CMYK 0 0.85 0.51 0.51
HSL 335.66º 0.75% 0.28% -
HSV(B) 335.66º 0.85% 0.49% -
XYZ 9.37 5.05 4.9 -
YUV 54.6 131.62 177.5 -
System Red Green Blue C M Y K H S L
Decimal 124 18 61 0 0.85 0.51 0.51 335.66 0.75 0.28
Hex 7C 12 3D 0 55 33 33 150 4B 1C
Octal 174 22 75 0 125 63 63 520 113 34
Binary 1111100 10010 111101 0 1010101 110011 110011 101010000 1001011 11100

Color Harmonies of #7C123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C123D

Black with #7C123D

Text Example


Text Example

White with #7C123D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,18,61); }

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

background-color css

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

 a { background-color: rgb(124,18,61); }

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

border-color css

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

 span { border-color: rgb(124,18,61); }

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