Html Css Color HEX #73183F Pompadour

📋 copy color: '#73183F'

red 115 ◦ green 24 ◦ blue 63

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

Shades of Pompadour #73183F

Tints of Pompadour #73183F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.88%

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

R = 56.93%
G = 11.88%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#73183F (or 0x73183F) is known color: Pompadour. HEX triplet: 73, 18 and 3F. RGB value is (115,24,63). Sum of RGB (Red+Green+Blue) = 115+24+63=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #73183F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73183F is #8CE7C0. Grayscale: #373737. Windows color (decimal): -9234369 or 4135027. OLE color: 4135027.

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

Color convert

RGB 115 24 63 -
CMYK 0 0.79 0.45 0.55
HSL 334.29º 0.65% 0.27% -
HSV(B) 334.29º 0.79% 0.45% -
XYZ 8.29 4.66 5.16 -
YUV 55.66 132.15 170.33 -
System Red Green Blue C M Y K H S L
Decimal 115 24 63 0 0.79 0.45 0.55 334.29 0.65 0.27
Hex 73 18 3F 0 4F 2D 37 14E 41 1B
Octal 163 30 77 0 117 55 67 516 101 33
Binary 1110011 11000 111111 0 1001111 101101 110111 101001110 1000001 11011

Color Harmonies of #73183F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73183F

Black with #73183F

Text Example


Text Example

White with #73183F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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