Html Css Color HEX #73173F Pompadour

📋 copy color: '#73173F'

red 115 ◦ green 23 ◦ blue 63

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

Shades of Pompadour #73173F

Tints of Pompadour #73173F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.44%

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

R = 57.21%
G = 11.44%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#73173F (or 0x73173F) is known color: Pompadour. HEX triplet: 73, 17 and 3F. RGB value is (115,23,63). Sum of RGB (Red+Green+Blue) = 115+23+63=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #73173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73173F is #8CE8C0. Grayscale: #373737. Windows color (decimal): -9234625 or 4134771. OLE color: 4134771.

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

Color convert

RGB 115 23 63 -
CMYK 0 0.80 0.45 0.55
HSL 333.91º 0.67% 0.27% -
HSV(B) 333.91º 0.8% 0.45% -
XYZ 8.27 4.62 5.16 -
YUV 55.07 132.48 170.75 -
System Red Green Blue C M Y K H S L
Decimal 115 23 63 0 0.80 0.45 0.55 333.91 0.67 0.27
Hex 73 17 3F 0 50 2D 37 14E 43 1B
Octal 163 27 77 0 120 55 67 516 103 33
Binary 1110011 10111 111111 0 1010000 101101 110111 101001110 1000011 11011

Color Harmonies of #73173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73173F

Black with #73173F

Text Example


Text Example

White with #73173F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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