Html Css Color HEX #632149 Pompadour

📋 copy color: '#632149'

red 99 ◦ green 33 ◦ blue 73

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

Shades of Pompadour #632149

Tints of Pompadour #632149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.1%

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

R = 48.29%
G = 16.1%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#632149 (or 0x632149) is known color: Pompadour. HEX triplet: 63, 21 and 49. RGB value is (99,33,73). Sum of RGB (Red+Green+Blue) = 99+33+73=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #632149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632149 is #9CDEB6. Grayscale: #393939. Windows color (decimal): -10280631 or 4792675. OLE color: 4792675.

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

Color convert

RGB 99 33 73 -
CMYK 0 0.67 0.26 0.61
HSL 323.64º 0.5% 0.26% -
HSV(B) 323.64º 0.67% 0.39% -
XYZ 6.89 4.22 6.75 -
YUV 57.29 136.87 157.75 -
System Red Green Blue C M Y K H S L
Decimal 99 33 73 0 0.67 0.26 0.61 323.64 0.5 0.26
Hex 63 21 49 0 43 1A 3D 144 32 1A
Octal 143 41 111 0 103 32 75 504 62 32
Binary 1100011 100001 1001001 0 1000011 11010 111101 101000100 110010 11010

Color Harmonies of #632149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632149

Black with #632149

Text Example


Text Example

White with #632149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632149; }

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

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

background-color css

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

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

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

border-color css

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

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

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