Html Css Color HEX #73173D Pompadour

📋 copy color: '#73173D'

red 115 ◦ green 23 ◦ blue 61

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

Shades of Pompadour #73173D

Tints of Pompadour #73173D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.65%

R = 57.79%
G = 11.56%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#73173D (or 0x73173D) is known color: Pompadour. HEX triplet: 73, 17 and 3D. RGB value is (115,23,61). Sum of RGB (Red+Green+Blue) = 115+23+61=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #73173D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73173D is #8CE8C2. Grayscale: #363636. Windows color (decimal): -9234627 or 4003699. OLE color: 4003699.

HSL color Cylindrical-coordinate representation of color #73173D: hue angle of 335.22º 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 #73173D is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 23 61 -
CMYK 0 0.80 0.47 0.55
HSL 335.22º 0.67% 0.27% -
HSV(B) 335.22º 0.8% 0.45% -
XYZ 8.22 4.59 4.87 -
YUV 54.84 131.48 170.91 -
System Red Green Blue C M Y K H S L
Decimal 115 23 61 0 0.80 0.47 0.55 335.22 0.67 0.27
Hex 73 17 3D 0 50 2F 37 14F 43 1B
Octal 163 27 75 0 120 57 67 517 103 33
Binary 1110011 10111 111101 0 1010000 101111 110111 101001111 1000011 11011

Color Harmonies of #73173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73173D

Black with #73173D

Text Example


Text Example

White with #73173D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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