Html Css Color HEX #730F4F Pompadour

📋 copy color: '#730F4F'

red 115 ◦ green 15 ◦ blue 79

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

Shades of Pompadour #730F4F

Tints of Pompadour #730F4F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.18%

 BLUE value IS 79 (31.25% from 255) = 37.8%

R = 55.02%
G = 7.18%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#730F4F (or 0x730F4F) is known color: Pompadour. HEX triplet: 73, 0F and 4F. RGB value is (115,15,79). Sum of RGB (Red+Green+Blue) = 115+15+79=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #730F4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730F4F is #8CF0B0. Grayscale: #343434. Windows color (decimal): -9236657 or 5181299. OLE color: 5181299.

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

Color convert

RGB 115 15 79 -
CMYK 0 0.87 0.31 0.55
HSL 321.6º 0.77% 0.25% -
HSV(B) 321.6º 0.87% 0.45% -
XYZ 8.65 4.55 7.82 -
YUV 52.2 143.13 172.8 -
System Red Green Blue C M Y K H S L
Decimal 115 15 79 0 0.87 0.31 0.55 321.6 0.77 0.25
Hex 73 F 4F 0 57 1F 37 142 4D 19
Octal 163 17 117 0 127 37 67 502 115 31
Binary 1110011 1111 1001111 0 1010111 11111 110111 101000010 1001101 11001

Color Harmonies of #730F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730F4F

Black with #730F4F

Text Example


Text Example

White with #730F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,15,79); }

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

background-color css

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

 a { background-color: rgb(115,15,79); }

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

border-color css

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

 span { border-color: rgb(115,15,79); }

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