Html Css Color HEX #632349 Pompadour

📋 copy color: '#632349'

red 99 ◦ green 35 ◦ blue 73

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

Shades of Pompadour #632349

Tints of Pompadour #632349

RGB

 RED value IS 99 (39.06% from 255) = 47.83%

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

 BLUE value IS 73 (28.91% from 255) = 35.27%

R = 47.83%
G = 16.91%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#632349 (or 0x632349) is known color: Pompadour. HEX triplet: 63, 23 and 49. RGB value is (99,35,73). Sum of RGB (Red+Green+Blue) = 99+35+73=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #632349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632349 is #9CDCB6. Grayscale: #3A3A3A. Windows color (decimal): -10280119 or 4793187. OLE color: 4793187.

HSL color Cylindrical-coordinate representation of color #632349: hue angle of 324.38º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #632349 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 35 73 -
CMYK 0 0.65 0.26 0.61
HSL 324.38º 0.48% 0.26% -
HSV(B) 324.38º 0.65% 0.39% -
XYZ 6.95 4.34 6.77 -
YUV 58.47 136.2 156.91 -
System Red Green Blue C M Y K H S L
Decimal 99 35 73 0 0.65 0.26 0.61 324.38 0.48 0.26
Hex 63 23 49 0 41 1A 3D 144 30 1A
Octal 143 43 111 0 101 32 75 504 60 32
Binary 1100011 100011 1001001 0 1000001 11010 111101 101000100 110000 11010

Color Harmonies of #632349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632349

Black with #632349

Text Example


Text Example

White with #632349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632349; }

 p { color: rgb(99,35,73); }

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

background-color css

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

 a { background-color: rgb(99,35,73); }

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

border-color css

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

 span { border-color: rgb(99,35,73); }

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