Html Css Color HEX #73113B Pompadour

📋 copy color: '#73113B'

red 115 ◦ green 17 ◦ blue 59

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

Shades of Pompadour #73113B

Tints of Pompadour #73113B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 30.89%

R = 60.21%
G = 8.9%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#73113B (or 0x73113B) is known color: Pompadour. HEX triplet: 73, 11 and 3B. RGB value is (115,17,59). Sum of RGB (Red+Green+Blue) = 115+17+59=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #73113B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73113B is #8CEEC4. Grayscale: #333333. Windows color (decimal): -9236165 or 3871091. OLE color: 3871091.

HSL color Cylindrical-coordinate representation of color #73113B: hue angle of 334.29º 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 #73113B is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 17 59 -
CMYK 0 0.85 0.49 0.55
HSL 334.29º 0.74% 0.26% -
HSV(B) 334.29º 0.85% 0.45% -
XYZ 8.06 4.36 4.55 -
YUV 51.09 132.47 173.58 -
System Red Green Blue C M Y K H S L
Decimal 115 17 59 0 0.85 0.49 0.55 334.29 0.74 0.26
Hex 73 11 3B 0 55 31 37 14E 4A 1A
Octal 163 21 73 0 125 61 67 516 112 32
Binary 1110011 10001 111011 0 1010101 110001 110111 101001110 1001010 11010

Color Harmonies of #73113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73113B

Black with #73113B

Text Example


Text Example

White with #73113B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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