Html Css Color HEX #73113F Pompadour

📋 copy color: '#73113F'

red 115 ◦ green 17 ◦ blue 63

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

Shades of Pompadour #73113F

Tints of Pompadour #73113F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.72%

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

R = 58.97%
G = 8.72%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#73113F (or 0x73113F) is known color: Pompadour. HEX triplet: 73, 11 and 3F. RGB value is (115,17,63). Sum of RGB (Red+Green+Blue) = 115+17+63=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #73113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73113F is #8CEEC0. Grayscale: #333333. Windows color (decimal): -9236161 or 4133235. OLE color: 4133235.

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

Color convert

RGB 115 17 63 -
CMYK 0 0.85 0.45 0.55
HSL 331.84º 0.74% 0.26% -
HSV(B) 331.84º 0.85% 0.45% -
XYZ 8.17 4.4 5.12 -
YUV 51.55 134.47 173.26 -
System Red Green Blue C M Y K H S L
Decimal 115 17 63 0 0.85 0.45 0.55 331.84 0.74 0.26
Hex 73 11 3F 0 55 2D 37 14C 4A 1A
Octal 163 21 77 0 125 55 67 514 112 32
Binary 1110011 10001 111111 0 1010101 101101 110111 101001100 1001010 11010

Color Harmonies of #73113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73113F

Black with #73113F

Text Example


Text Example

White with #73113F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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