Html Css Color HEX #632B49 Pompadour

📋 copy color: '#632B49'

red 99 ◦ green 43 ◦ blue 73

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

Shades of Pompadour #632B49

Tints of Pompadour #632B49

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20%

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

R = 46.05%
G = 20%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#632B49 (or 0x632B49) is known color: Pompadour. HEX triplet: 63, 2B and 49. RGB value is (99,43,73). Sum of RGB (Red+Green+Blue) = 99+43+73=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #632B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632B49 is #9CD4B6. Grayscale: #3F3F3F. Windows color (decimal): -10278071 or 4795235. OLE color: 4795235.

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

Color convert

RGB 99 43 73 -
CMYK 0 0.57 0.26 0.61
HSL 327.86º 0.39% 0.28% -
HSV(B) 327.86º 0.57% 0.39% -
XYZ 7.21 4.86 6.86 -
YUV 63.16 133.55 153.56 -
System Red Green Blue C M Y K H S L
Decimal 99 43 73 0 0.57 0.26 0.61 327.86 0.39 0.28
Hex 63 2B 49 0 39 1A 3D 148 27 1C
Octal 143 53 111 0 71 32 75 510 47 34
Binary 1100011 101011 1001001 0 111001 11010 111101 101001000 100111 11100

Color Harmonies of #632B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632B49

Black with #632B49

Text Example


Text Example

White with #632B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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