Html Css Color HEX #73193F Pompadour

📋 copy color: '#73193F'

red 115 ◦ green 25 ◦ blue 63

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

Shades of Pompadour #73193F

Tints of Pompadour #73193F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.32%

 BLUE value IS 63 (25% from 255) = 31.03%

R = 56.65%
G = 12.32%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#73193F (or 0x73193F) is known color: Pompadour. HEX triplet: 73, 19 and 3F. RGB value is (115,25,63). Sum of RGB (Red+Green+Blue) = 115+25+63=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #73193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73193F is #8CE6C0. Grayscale: #383838. Windows color (decimal): -9234113 or 4135283. OLE color: 4135283.

HSL color Cylindrical-coordinate representation of color #73193F: hue angle of 334.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73193F is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 25 63 -
CMYK 0 0.78 0.45 0.55
HSL 334.67º 0.64% 0.27% -
HSV(B) 334.67º 0.78% 0.45% -
XYZ 8.32 4.7 5.17 -
YUV 56.24 131.82 169.91 -
System Red Green Blue C M Y K H S L
Decimal 115 25 63 0 0.78 0.45 0.55 334.67 0.64 0.27
Hex 73 19 3F 0 4E 2D 37 14F 40 1B
Octal 163 31 77 0 116 55 67 517 100 33
Binary 1110011 11001 111111 0 1001110 101101 110111 101001111 1000000 11011

Color Harmonies of #73193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73193F

Black with #73193F

Text Example


Text Example

White with #73193F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,25,63); }

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

background-color css

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

 a { background-color: rgb(115,25,63); }

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

border-color css

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

 span { border-color: rgb(115,25,63); }

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