Html Css Color HEX #73204B Pompadour

📋 copy color: '#73204B'

red 115 ◦ green 32 ◦ blue 75

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

Shades of Pompadour #73204B

Tints of Pompadour #73204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.41%

 BLUE value IS 75 (29.69% from 255) = 33.78%

R = 51.8%
G = 14.41%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#73204B (or 0x73204B) is known color: Pompadour. HEX triplet: 73, 20 and 4B. RGB value is (115,32,75). Sum of RGB (Red+Green+Blue) = 115+32+75=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #73204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73204B is #8CDFB4. Grayscale: #3D3D3D. Windows color (decimal): -9232309 or 4923507. OLE color: 4923507.

HSL color Cylindrical-coordinate representation of color #73204B: hue angle of 328.92º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73204B is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 32 75 -
CMYK 0 0.72 0.35 0.55
HSL 328.92º 0.56% 0.29% -
HSV(B) 328.92º 0.72% 0.45% -
XYZ 8.86 5.19 7.19 -
YUV 61.72 135.5 166 -
System Red Green Blue C M Y K H S L
Decimal 115 32 75 0 0.72 0.35 0.55 328.92 0.56 0.29
Hex 73 20 4B 0 48 23 37 149 38 1D
Octal 163 40 113 0 110 43 67 511 70 35
Binary 1110011 100000 1001011 0 1001000 100011 110111 101001001 111000 11101

Color Harmonies of #73204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73204B

Black with #73204B

Text Example


Text Example

White with #73204B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,32,75); }

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

background-color css

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

 a { background-color: rgb(115,32,75); }

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

border-color css

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

 span { border-color: rgb(115,32,75); }

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