Html Css Color HEX #73254F Pompadour

📋 copy color: '#73254F'

red 115 ◦ green 37 ◦ blue 79

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

Shades of Pompadour #73254F

Tints of Pompadour #73254F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.02%

 BLUE value IS 79 (31.25% from 255) = 34.2%

R = 49.78%
G = 16.02%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#73254F (or 0x73254F) is known color: Pompadour. HEX triplet: 73, 25 and 4F. RGB value is (115,37,79). Sum of RGB (Red+Green+Blue) = 115+37+79=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #73254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73254F is #8CDAB0. Grayscale: #414141. Windows color (decimal): -9231025 or 5186931. OLE color: 5186931.

HSL color Cylindrical-coordinate representation of color #73254F: hue angle of 327.69º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73254F is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 37 79 -
CMYK 0 0.68 0.31 0.55
HSL 327.69º 0.51% 0.3% -
HSV(B) 327.69º 0.68% 0.45% -
XYZ 9.14 5.53 7.98 -
YUV 65.11 135.84 163.58 -
System Red Green Blue C M Y K H S L
Decimal 115 37 79 0 0.68 0.31 0.55 327.69 0.51 0.3
Hex 73 25 4F 0 44 1F 37 148 33 1E
Octal 163 45 117 0 104 37 67 510 63 36
Binary 1110011 100101 1001111 0 1000100 11111 110111 101001000 110011 11110

Color Harmonies of #73254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73254F

Black with #73254F

Text Example


Text Example

White with #73254F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,37,79); }

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

background-color css

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

 a { background-color: rgb(115,37,79); }

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

border-color css

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

 span { border-color: rgb(115,37,79); }

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