Html Css Color HEX #732253 Pompadour

📋 copy color: '#732253'

red 115 ◦ green 34 ◦ blue 83

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

Shades of Pompadour #732253

Tints of Pompadour #732253

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.66%

 BLUE value IS 83 (32.81% from 255) = 35.78%

R = 49.57%
G = 14.66%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#732253 (or 0x732253) is known color: Pompadour. HEX triplet: 73, 22 and 53. RGB value is (115,34,83). Sum of RGB (Red+Green+Blue) = 115+34+83=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #732253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732253 is #8CDDAC. Grayscale: #3F3F3F. Windows color (decimal): -9231789 or 5448307. OLE color: 5448307.

HSL color Cylindrical-coordinate representation of color #732253: hue angle of 323.7º degrees, saturation: 0.54, 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 #732253 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 34 83 -
CMYK 0 0.70 0.28 0.55
HSL 323.7º 0.54% 0.29% -
HSV(B) 323.7º 0.7% 0.45% -
XYZ 9.2 5.41 8.74 -
YUV 63.81 138.84 164.52 -
System Red Green Blue C M Y K H S L
Decimal 115 34 83 0 0.70 0.28 0.55 323.7 0.54 0.29
Hex 73 22 53 0 46 1C 37 144 36 1D
Octal 163 42 123 0 106 34 67 504 66 35
Binary 1110011 100010 1010011 0 1000110 11100 110111 101000100 110110 11101

Color Harmonies of #732253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732253

Black with #732253

Text Example


Text Example

White with #732253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732253; }

 p { color: rgb(115,34,83); }

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

background-color css

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

 a { background-color: rgb(115,34,83); }

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

border-color css

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

 span { border-color: rgb(115,34,83); }

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