Html Css Color HEX #73124F Pompadour

📋 copy color: '#73124F'

red 115 ◦ green 18 ◦ blue 79

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

Shades of Pompadour #73124F

Tints of Pompadour #73124F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.49%

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

R = 54.25%
G = 8.49%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#73124F (or 0x73124F) is known color: Pompadour. HEX triplet: 73, 12 and 4F. RGB value is (115,18,79). Sum of RGB (Red+Green+Blue) = 115+18+79=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #73124F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73124F is #8CEDB0. Grayscale: #353535. Windows color (decimal): -9235889 or 5182067. OLE color: 5182067.

HSL color Cylindrical-coordinate representation of color #73124F: hue angle of 322.27º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73124F is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 18 79 -
CMYK 0 0.84 0.31 0.55
HSL 322.27º 0.73% 0.26% -
HSV(B) 322.27º 0.84% 0.45% -
XYZ 8.7 4.64 7.83 -
YUV 53.96 142.14 171.54 -
System Red Green Blue C M Y K H S L
Decimal 115 18 79 0 0.84 0.31 0.55 322.27 0.73 0.26
Hex 73 12 4F 0 54 1F 37 142 49 1A
Octal 163 22 117 0 124 37 67 502 111 32
Binary 1110011 10010 1001111 0 1010100 11111 110111 101000010 1001001 11010

Color Harmonies of #73124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73124F

Black with #73124F

Text Example


Text Example

White with #73124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73124F; }

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

 H1.HeaderClassName
 {
   color: #73124F;
 }
 .AnyTagClassName
 {
   color: #73124F;
 }
</style>

background-color css

<style>
 a { background-color: #73124F; }

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

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

border-color css

<style>
 span { border-color: #73124F; }

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

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