Html Css Color HEX #731E40 Pompadour

📋 copy color: '#731E40'

red 115 ◦ green 30 ◦ blue 64

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

Shades of Pompadour #731E40

Tints of Pompadour #731E40

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.35%

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

R = 55.02%
G = 14.35%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#731E40 (or 0x731E40) is known color: Pompadour. HEX triplet: 73, 1E and 40. RGB value is (115,30,64). Sum of RGB (Red+Green+Blue) = 115+30+64=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #731E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731E40 is #8CE1BF. Grayscale: #3B3B3B. Windows color (decimal): -9232832 or 4202099. OLE color: 4202099.

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

Color convert

RGB 115 30 64 -
CMYK 0 0.74 0.44 0.55
HSL 336º 0.59% 0.28% -
HSV(B) 336º 0.74% 0.45% -
XYZ 8.46 4.94 5.36 -
YUV 59.29 130.66 167.74 -
System Red Green Blue C M Y K H S L
Decimal 115 30 64 0 0.74 0.44 0.55 336 0.59 0.28
Hex 73 1E 40 0 4A 2C 37 150 3B 1C
Octal 163 36 100 0 112 54 67 520 73 34
Binary 1110011 11110 1000000 0 1001010 101100 110111 101010000 111011 11100

Color Harmonies of #731E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731E40

Black with #731E40

Text Example


Text Example

White with #731E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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