Html Css Color HEX #730E4C Pompadour

📋 copy color: '#730E4C'

red 115 ◦ green 14 ◦ blue 76

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

Shades of Pompadour #730E4C

Tints of Pompadour #730E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 37.07%

R = 56.1%
G = 6.83%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#730E4C (or 0x730E4C) is known color: Pompadour. HEX triplet: 73, 0E and 4C. RGB value is (115,14,76). Sum of RGB (Red+Green+Blue) = 115+14+76=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #730E4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730E4C is #8CF1B3. Grayscale: #333333. Windows color (decimal): -9236916 or 4984435. OLE color: 4984435.

HSL color Cylindrical-coordinate representation of color #730E4C: hue angle of 323.17º 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 #730E4C is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 14 76 -
CMYK 0 0.88 0.34 0.55
HSL 323.17º 0.78% 0.25% -
HSV(B) 323.17º 0.88% 0.45% -
XYZ 8.53 4.48 7.25 -
YUV 51.27 141.96 173.46 -
System Red Green Blue C M Y K H S L
Decimal 115 14 76 0 0.88 0.34 0.55 323.17 0.78 0.25
Hex 73 E 4C 0 58 22 37 143 4E 19
Octal 163 16 114 0 130 42 67 503 116 31
Binary 1110011 1110 1001100 0 1011000 100010 110111 101000011 1001110 11001

Color Harmonies of #730E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730E4C

Black with #730E4C

Text Example


Text Example

White with #730E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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