Html Css Color HEX #632E49 Pompadour

📋 copy color: '#632E49'

red 99 ◦ green 46 ◦ blue 73

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

Shades of Pompadour #632E49

Tints of Pompadour #632E49

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.1%

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

R = 45.41%
G = 21.1%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#632E49 (or 0x632E49) is known color: Pompadour. HEX triplet: 63, 2E and 49. RGB value is (99,46,73). Sum of RGB (Red+Green+Blue) = 99+46+73=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #632E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632E49 is #9CD1B6. Grayscale: #404040. Windows color (decimal): -10277303 or 4796003. OLE color: 4796003.

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

Color convert

RGB 99 46 73 -
CMYK 0 0.54 0.26 0.61
HSL 329.43º 0.37% 0.28% -
HSV(B) 329.43º 0.54% 0.39% -
XYZ 7.33 5.09 6.9 -
YUV 64.93 132.56 152.3 -
System Red Green Blue C M Y K H S L
Decimal 99 46 73 0 0.54 0.26 0.61 329.43 0.37 0.28
Hex 63 2E 49 0 36 1A 3D 149 25 1C
Octal 143 56 111 0 66 32 75 511 45 34
Binary 1100011 101110 1001001 0 110110 11010 111101 101001001 100101 11100

Color Harmonies of #632E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632E49

Black with #632E49

Text Example


Text Example

White with #632E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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