Html Css Color HEX #632147 Pompadour

📋 copy color: '#632147'

red 99 ◦ green 33 ◦ blue 71

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

Shades of Pompadour #632147

Tints of Pompadour #632147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 34.98%

R = 48.77%
G = 16.26%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.61

RGB Variations

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

Color information

#632147 (or 0x632147) is known color: Pompadour. HEX triplet: 63, 21 and 47. RGB value is (99,33,71). Sum of RGB (Red+Green+Blue) = 99+33+71=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #632147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632147 is #9CDEB8. Grayscale: #383838. Windows color (decimal): -10280633 or 4661603. OLE color: 4661603.

HSL color Cylindrical-coordinate representation of color #632147: hue angle of 325.45º 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 #632147 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 33 71 -
CMYK 0 0.67 0.28 0.61
HSL 325.45º 0.5% 0.26% -
HSV(B) 325.45º 0.67% 0.39% -
XYZ 6.83 4.2 6.41 -
YUV 57.07 135.87 157.91 -
System Red Green Blue C M Y K H S L
Decimal 99 33 71 0 0.67 0.28 0.61 325.45 0.5 0.26
Hex 63 21 47 0 43 1C 3D 145 32 1A
Octal 143 41 107 0 103 34 75 505 62 32
Binary 1100011 100001 1000111 0 1000011 11100 111101 101000101 110010 11010

Color Harmonies of #632147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632147

Black with #632147

Text Example


Text Example

White with #632147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632147; }

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

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

background-color css

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

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

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

border-color css

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

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

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