Html Css Color HEX #731D48 Pompadour

📋 copy color: '#731D48'

red 115 ◦ green 29 ◦ blue 72

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

Shades of Pompadour #731D48

Tints of Pompadour #731D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 33.33%

R = 53.24%
G = 13.43%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#731D48 (or 0x731D48) is known color: Pompadour. HEX triplet: 73, 1D and 48. RGB value is (115,29,72). Sum of RGB (Red+Green+Blue) = 115+29+72=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #731D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731D48 is #8CE2B7. Grayscale: #3B3B3B. Windows color (decimal): -9233080 or 4726131. OLE color: 4726131.

HSL color Cylindrical-coordinate representation of color #731D48: hue angle of 330º 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 #731D48 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 29 72 -
CMYK 0 0.75 0.37 0.55
HSL 330º 0.6% 0.28% -
HSV(B) 330º 0.75% 0.45% -
XYZ 8.68 4.99 6.64 -
YUV 59.62 134.99 167.5 -
System Red Green Blue C M Y K H S L
Decimal 115 29 72 0 0.75 0.37 0.55 330 0.6 0.28
Hex 73 1D 48 0 4B 25 37 14A 3C 1C
Octal 163 35 110 0 113 45 67 512 74 34
Binary 1110011 11101 1001000 0 1001011 100101 110111 101001010 111100 11100

Color Harmonies of #731D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D48

Black with #731D48

Text Example


Text Example

White with #731D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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