Html Css Color HEX #730E47 Pompadour

📋 copy color: '#730E47'

red 115 ◦ green 14 ◦ blue 71

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

Shades of Pompadour #730E47

Tints of Pompadour #730E47

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7%

 BLUE value IS 71 (28.13% from 255) = 35.5%

R = 57.5%
G = 7%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#730E47 (or 0x730E47) is known color: Pompadour. HEX triplet: 73, 0E and 47. RGB value is (115,14,71). Sum of RGB (Red+Green+Blue) = 115+14+71=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 14 (5.86% from 255 or 7% from 200); Blue value is 71 (28.12% from 255 or 35.5% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #730E47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730E47 is #8CF1B8. Grayscale: #323232. Windows color (decimal): -9236921 or 4656755. OLE color: 4656755.

HSL color Cylindrical-coordinate representation of color #730E47: hue angle of 326.14º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #730E47 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 14 71 -
CMYK 0 0.88 0.38 0.55
HSL 326.14º 0.78% 0.25% -
HSV(B) 326.14º 0.88% 0.45% -
XYZ 8.36 4.41 6.37 -
YUV 50.7 139.46 173.87 -
System Red Green Blue C M Y K H S L
Decimal 115 14 71 0 0.88 0.38 0.55 326.14 0.78 0.25
Hex 73 E 47 0 58 26 37 146 4E 19
Octal 163 16 107 0 130 46 67 506 116 31
Binary 1110011 1110 1000111 0 1011000 100110 110111 101000110 1001110 11001

Color Harmonies of #730E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730E47

Black with #730E47

Text Example


Text Example

White with #730E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730E47; }

 p { color: rgb(115,14,71); }

 H1.HeaderClassName
 {
   color: #730E47;
 }
 .AnyTagClassName
 {
   color: #730E47;
 }
</style>

background-color css

<style>
 a { background-color: #730E47; }

 a { background-color: rgb(115,14,71); }

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

border-color css

<style>
 span { border-color: #730E47; }

 span { border-color: rgb(115,14,71); }

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