Html Css Color HEX #731D4A Pompadour

📋 copy color: '#731D4A'

red 115 ◦ green 29 ◦ blue 74

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

Shades of Pompadour #731D4A

Tints of Pompadour #731D4A

RGB

 RED value IS 115 (45.31% from 255) = 52.75%

 GREEN value IS 29 (11.72% from 255) = 13.3%

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

R = 52.75%
G = 13.3%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#731D4A (or 0x731D4A) is known color: Pompadour. HEX triplet: 73, 1D and 4A. RGB value is (115,29,74). Sum of RGB (Red+Green+Blue) = 115+29+74=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #731D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731D4A is #8CE2B5. Grayscale: #3B3B3B. Windows color (decimal): -9233078 or 4857203. OLE color: 4857203.

HSL color Cylindrical-coordinate representation of color #731D4A: hue angle of 328.6º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #731D4A is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 29 74 -
CMYK 0 0.75 0.36 0.55
HSL 328.6º 0.6% 0.28% -
HSV(B) 328.6º 0.75% 0.45% -
XYZ 8.75 5.02 6.99 -
YUV 59.84 135.99 167.34 -
System Red Green Blue C M Y K H S L
Decimal 115 29 74 0 0.75 0.36 0.55 328.6 0.6 0.28
Hex 73 1D 4A 0 4B 24 37 149 3C 1C
Octal 163 35 112 0 113 44 67 511 74 34
Binary 1110011 11101 1001010 0 1001011 100100 110111 101001001 111100 11100

Color Harmonies of #731D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D4A

Black with #731D4A

Text Example


Text Example

White with #731D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731D4A; }

 p { color: rgb(115,29,74); }

 H1.HeaderClassName
 {
   color: #731D4A;
 }
 .AnyTagClassName
 {
   color: #731D4A;
 }
</style>

background-color css

<style>
 a { background-color: #731D4A; }

 a { background-color: rgb(115,29,74); }

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

border-color css

<style>
 span { border-color: #731D4A; }

 span { border-color: rgb(115,29,74); }

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