Html Css Color HEX #7D184A Pompadour

📋 copy color: '#7D184A'

red 125 ◦ green 24 ◦ blue 74

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

Shades of Pompadour #7D184A

Tints of Pompadour #7D184A

RGB

 RED value IS 125 (49.22% from 255) = 56.05%

 GREEN value IS 24 (9.77% from 255) = 10.76%

 BLUE value IS 74 (29.3% from 255) = 33.18%

R = 56.05%
G = 10.76%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#7D184A (or 0x7D184A) is known color: Pompadour. HEX triplet: 7D, 18 and 4A. RGB value is (125,24,74). Sum of RGB (Red+Green+Blue) = 125+24+74=223 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.05% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 125 - color contains mainly: red. Hex color #7D184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D184A is #82E7B5. Grayscale: #3B3B3B. Windows color (decimal): -8578998 or 4855933. OLE color: 4855933.

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

Color convert

RGB 125 24 74 -
CMYK 0 0.81 0.41 0.51
HSL 330.3º 0.68% 0.29% -
HSV(B) 330.3º 0.81% 0.49% -
XYZ 10.02 5.51 7.01 -
YUV 59.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 125 24 74 0 0.81 0.41 0.51 330.3 0.68 0.29
Hex 7D 18 4A 0 51 29 33 14A 44 1D
Octal 175 30 112 0 121 51 63 512 104 35
Binary 1111101 11000 1001010 0 1010001 101001 110011 101001010 1000100 11101

Color Harmonies of #7D184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D184A

Black with #7D184A

Text Example


Text Example

White with #7D184A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,24,74); }

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

background-color css

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

 a { background-color: rgb(125,24,74); }

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

border-color css

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

 span { border-color: rgb(125,24,74); }

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