Html Css Color HEX #731C40 Pompadour

📋 copy color: '#731C40'

red 115 ◦ green 28 ◦ blue 64

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

Shades of Pompadour #731C40

Tints of Pompadour #731C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.92%

R = 55.56%
G = 13.53%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#731C40 (or 0x731C40) is known color: Pompadour. HEX triplet: 73, 1C and 40. RGB value is (115,28,64). Sum of RGB (Red+Green+Blue) = 115+28+64=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #731C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731C40 is #8CE3BF. Grayscale: #3A3A3A. Windows color (decimal): -9233344 or 4201587. OLE color: 4201587.

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

Color convert

RGB 115 28 64 -
CMYK 0 0.76 0.44 0.55
HSL 335.17º 0.61% 0.28% -
HSV(B) 335.17º 0.76% 0.45% -
XYZ 8.41 4.85 5.34 -
YUV 58.12 131.32 168.57 -
System Red Green Blue C M Y K H S L
Decimal 115 28 64 0 0.76 0.44 0.55 335.17 0.61 0.28
Hex 73 1C 40 0 4C 2C 37 14F 3D 1C
Octal 163 34 100 0 114 54 67 517 75 34
Binary 1110011 11100 1000000 0 1001100 101100 110111 101001111 111101 11100

Color Harmonies of #731C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731C40

Black with #731C40

Text Example


Text Example

White with #731C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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