Html Css Color HEX #7C173D Pompadour

📋 copy color: '#7C173D'

red 124 ◦ green 23 ◦ blue 61

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

Shades of Pompadour #7C173D

Tints of Pompadour #7C173D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.06%

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

R = 59.62%
G = 11.06%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7C173D (or 0x7C173D) is known color: Pompadour. HEX triplet: 7C, 17 and 3D. RGB value is (124,23,61). Sum of RGB (Red+Green+Blue) = 124+23+61=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C173D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C173D is #83E8C2. Grayscale: #393939. Windows color (decimal): -8644803 or 4003708. OLE color: 4003708.

HSL color Cylindrical-coordinate representation of color #7C173D: hue angle of 337.43º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C173D is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 23 61 -
CMYK 0 0.81 0.51 0.51
HSL 337.43º 0.69% 0.29% -
HSV(B) 337.43º 0.81% 0.49% -
XYZ 9.46 5.23 4.93 -
YUV 57.53 129.96 175.41 -
System Red Green Blue C M Y K H S L
Decimal 124 23 61 0 0.81 0.51 0.51 337.43 0.69 0.29
Hex 7C 17 3D 0 51 33 33 151 45 1D
Octal 174 27 75 0 121 63 63 521 105 35
Binary 1111100 10111 111101 0 1010001 110011 110011 101010001 1000101 11101

Color Harmonies of #7C173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C173D

Black with #7C173D

Text Example


Text Example

White with #7C173D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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