Html Css Color HEX #632C4F Pompadour

📋 copy color: '#632C4F'

red 99 ◦ green 44 ◦ blue 79

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

Shades of Pompadour #632C4F

Tints of Pompadour #632C4F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.82%

 BLUE value IS 79 (31.25% from 255) = 35.59%

R = 44.59%
G = 19.82%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.61

RGB Variations

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

Color information

#632C4F (or 0x632C4F) is known color: Pompadour. HEX triplet: 63, 2C and 4F. RGB value is (99,44,79). Sum of RGB (Red+Green+Blue) = 99+44+79=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 99 - color contains mainly: red. Hex color #632C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632C4F is #9CD3B0. Grayscale: #404040. Windows color (decimal): -10277809 or 5188707. OLE color: 5188707.

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

Color convert

RGB 99 44 79 -
CMYK 0 0.56 0.20 0.61
HSL 321.82º 0.38% 0.28% -
HSV(B) 321.82º 0.56% 0.39% -
XYZ 7.46 5.02 7.97 -
YUV 64.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 99 44 79 0 0.56 0.20 0.61 321.82 0.38 0.28
Hex 63 2C 4F 0 38 14 3D 142 26 1C
Octal 143 54 117 0 70 24 75 502 46 34
Binary 1100011 101100 1001111 0 111000 10100 111101 101000010 100110 11100

Color Harmonies of #632C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632C4F

Black with #632C4F

Text Example


Text Example

White with #632C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,44,79); }

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

background-color css

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

 a { background-color: rgb(99,44,79); }

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

border-color css

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

 span { border-color: rgb(99,44,79); }

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