Html Css Color HEX #731C44 Pompadour

📋 copy color: '#731C44'

red 115 ◦ green 28 ◦ blue 68

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

Shades of Pompadour #731C44

Tints of Pompadour #731C44

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.27%

 BLUE value IS 68 (26.95% from 255) = 32.23%

R = 54.5%
G = 13.27%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#731C44 (or 0x731C44) is known color: Pompadour. HEX triplet: 73, 1C and 44. RGB value is (115,28,68). Sum of RGB (Red+Green+Blue) = 115+28+68=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 68 (26.95% from 255 or 32.23% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #731C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C44 is #8CE3BB. Grayscale: #3A3A3A. Windows color (decimal): -9233340 or 4463731. OLE color: 4463731.

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

Color convert

RGB 115 28 68 -
CMYK 0 0.76 0.41 0.55
HSL 332.41º 0.61% 0.28% -
HSV(B) 332.41º 0.76% 0.45% -
XYZ 8.53 4.89 5.96 -
YUV 58.57 133.32 168.25 -
System Red Green Blue C M Y K H S L
Decimal 115 28 68 0 0.76 0.41 0.55 332.41 0.61 0.28
Hex 73 1C 44 0 4C 29 37 14C 3D 1C
Octal 163 34 104 0 114 51 67 514 75 34
Binary 1110011 11100 1000100 0 1001100 101001 110111 101001100 111101 11100

Color Harmonies of #731C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731C44

Black with #731C44

Text Example


Text Example

White with #731C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,28,68); }

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

background-color css

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

 a { background-color: rgb(115,28,68); }

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

border-color css

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

 span { border-color: rgb(115,28,68); }

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