Html Css Color HEX #731A46 Pompadour

📋 copy color: '#731A46'

red 115 ◦ green 26 ◦ blue 70

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

Shades of Pompadour #731A46

Tints of Pompadour #731A46

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.32%

 BLUE value IS 70 (27.73% from 255) = 33.18%

R = 54.5%
G = 12.32%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#731A46 (or 0x731A46) is known color: Pompadour. HEX triplet: 73, 1A and 46. RGB value is (115,26,70). Sum of RGB (Red+Green+Blue) = 115+26+70=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #731A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731A46 is #8CE5B9. Grayscale: #393939. Windows color (decimal): -9233850 or 4594291. OLE color: 4594291.

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

Color convert

RGB 115 26 70 -
CMYK 0 0.77 0.39 0.55
HSL 330.34º 0.63% 0.28% -
HSV(B) 330.34º 0.77% 0.45% -
XYZ 8.55 4.83 6.28 -
YUV 57.63 134.99 168.92 -
System Red Green Blue C M Y K H S L
Decimal 115 26 70 0 0.77 0.39 0.55 330.34 0.63 0.28
Hex 73 1A 46 0 4D 27 37 14A 3F 1C
Octal 163 32 106 0 115 47 67 512 77 34
Binary 1110011 11010 1000110 0 1001101 100111 110111 101001010 111111 11100

Color Harmonies of #731A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731A46

Black with #731A46

Text Example


Text Example

White with #731A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,26,70); }

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

background-color css

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

 a { background-color: rgb(115,26,70); }

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

border-color css

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

 span { border-color: rgb(115,26,70); }

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