Html Css Color HEX #731E41 Pompadour

📋 copy color: '#731E41'

red 115 ◦ green 30 ◦ blue 65

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

Shades of Pompadour #731E41

Tints of Pompadour #731E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.95%

R = 54.76%
G = 14.29%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#731E41 (or 0x731E41) is known color: Pompadour. HEX triplet: 73, 1E and 41. RGB value is (115,30,65). Sum of RGB (Red+Green+Blue) = 115+30+65=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #731E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731E41 is #8CE1BE. Grayscale: #3B3B3B. Windows color (decimal): -9232831 or 4267635. OLE color: 4267635.

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

Color convert

RGB 115 30 65 -
CMYK 0 0.74 0.43 0.55
HSL 335.29º 0.59% 0.28% -
HSV(B) 335.29º 0.74% 0.45% -
XYZ 8.49 4.96 5.51 -
YUV 59.41 131.16 167.65 -
System Red Green Blue C M Y K H S L
Decimal 115 30 65 0 0.74 0.43 0.55 335.29 0.59 0.28
Hex 73 1E 41 0 4A 2B 37 14F 3B 1C
Octal 163 36 101 0 112 53 67 517 73 34
Binary 1110011 11110 1000001 0 1001010 101011 110111 101001111 111011 11100

Color Harmonies of #731E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731E41

Black with #731E41

Text Example


Text Example

White with #731E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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