Html Css Color HEX #73234D Pompadour

📋 copy color: '#73234D'

red 115 ◦ green 35 ◦ blue 77

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

Shades of Pompadour #73234D

Tints of Pompadour #73234D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.42%

 BLUE value IS 77 (30.47% from 255) = 33.92%

R = 50.66%
G = 15.42%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#73234D (or 0x73234D) is known color: Pompadour. HEX triplet: 73, 23 and 4D. RGB value is (115,35,77). Sum of RGB (Red+Green+Blue) = 115+35+77=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #73234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73234D is #8CDCB2. Grayscale: #3F3F3F. Windows color (decimal): -9231539 or 5055347. OLE color: 5055347.

HSL color Cylindrical-coordinate representation of color #73234D: hue angle of 328.5º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73234D is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 35 77 -
CMYK 0 0.70 0.33 0.55
HSL 328.5º 0.53% 0.29% -
HSV(B) 328.5º 0.7% 0.45% -
XYZ 9.01 5.38 7.59 -
YUV 63.71 135.5 164.58 -
System Red Green Blue C M Y K H S L
Decimal 115 35 77 0 0.70 0.33 0.55 328.5 0.53 0.29
Hex 73 23 4D 0 46 21 37 148 35 1D
Octal 163 43 115 0 106 41 67 510 65 35
Binary 1110011 100011 1001101 0 1000110 100001 110111 101001000 110101 11101

Color Harmonies of #73234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73234D

Black with #73234D

Text Example


Text Example

White with #73234D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,35,77); }

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

background-color css

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

 a { background-color: rgb(115,35,77); }

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

border-color css

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

 span { border-color: rgb(115,35,77); }

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