Html Css Color HEX #730E4D Pompadour

📋 copy color: '#730E4D'

red 115 ◦ green 14 ◦ blue 77

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

Shades of Pompadour #730E4D

Tints of Pompadour #730E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 37.38%

R = 55.83%
G = 6.8%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#730E4D (or 0x730E4D) is known color: Pompadour. HEX triplet: 73, 0E and 4D. RGB value is (115,14,77). Sum of RGB (Red+Green+Blue) = 115+14+77=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #730E4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730E4D is #8CF1B2. Grayscale: #333333. Windows color (decimal): -9236915 or 5049971. OLE color: 5049971.

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

Color convert

RGB 115 14 77 -
CMYK 0 0.88 0.33 0.55
HSL 322.57º 0.78% 0.25% -
HSV(B) 322.57º 0.88% 0.45% -
XYZ 8.57 4.49 7.44 -
YUV 51.38 142.46 173.38 -
System Red Green Blue C M Y K H S L
Decimal 115 14 77 0 0.88 0.33 0.55 322.57 0.78 0.25
Hex 73 E 4D 0 58 21 37 143 4E 19
Octal 163 16 115 0 130 41 67 503 116 31
Binary 1110011 1110 1001101 0 1011000 100001 110111 101000011 1001110 11001

Color Harmonies of #730E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730E4D

Black with #730E4D

Text Example


Text Example

White with #730E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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