Html Css Color HEX #732355 Pompadour

📋 copy color: '#732355'

red 115 ◦ green 35 ◦ blue 85

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

Shades of Pompadour #732355

Tints of Pompadour #732355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.17%

R = 48.94%
G = 14.89%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#732355 (or 0x732355) is known color: Pompadour. HEX triplet: 73, 23 and 55. RGB value is (115,35,85). Sum of RGB (Red+Green+Blue) = 115+35+85=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #732355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732355 is #8CDCAA. Grayscale: #404040. Windows color (decimal): -9231531 or 5579635. OLE color: 5579635.

HSL color Cylindrical-coordinate representation of color #732355: hue angle of 322.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 #732355 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 35 85 -
CMYK 0 0.70 0.26 0.55
HSL 322.5º 0.53% 0.29% -
HSV(B) 322.5º 0.7% 0.45% -
XYZ 9.31 5.5 9.17 -
YUV 64.62 139.5 163.93 -
System Red Green Blue C M Y K H S L
Decimal 115 35 85 0 0.70 0.26 0.55 322.5 0.53 0.29
Hex 73 23 55 0 46 1A 37 142 35 1D
Octal 163 43 125 0 106 32 67 502 65 35
Binary 1110011 100011 1010101 0 1000110 11010 110111 101000010 110101 11101

Color Harmonies of #732355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732355

Black with #732355

Text Example


Text Example

White with #732355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732355; }

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

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

background-color css

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

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

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

border-color css

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

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

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