Html Css Color HEX #632C4D Pompadour

📋 copy color: '#632C4D'

red 99 ◦ green 44 ◦ blue 77

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

Shades of Pompadour #632C4D

Tints of Pompadour #632C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 35%

R = 45%
G = 20%
B = 35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#632C4D (or 0x632C4D) is known color: Pompadour. HEX triplet: 63, 2C and 4D. RGB value is (99,44,77). Sum of RGB (Red+Green+Blue) = 99+44+77=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 99 - color contains mainly: red. Hex color #632C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632C4D is #9CD3B2. Grayscale: #404040. Windows color (decimal): -10277811 or 5057635. OLE color: 5057635.

HSL color Cylindrical-coordinate representation of color #632C4D: hue angle of 324º 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 #632C4D is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 44 77 -
CMYK 0 0.56 0.22 0.61
HSL 324º 0.38% 0.28% -
HSV(B) 324º 0.56% 0.39% -
XYZ 7.39 4.99 7.6 -
YUV 64.21 135.22 152.82 -
System Red Green Blue C M Y K H S L
Decimal 99 44 77 0 0.56 0.22 0.61 324 0.38 0.28
Hex 63 2C 4D 0 38 16 3D 144 26 1C
Octal 143 54 115 0 70 26 75 504 46 34
Binary 1100011 101100 1001101 0 111000 10110 111101 101000100 100110 11100

Color Harmonies of #632C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632C4D

Black with #632C4D

Text Example


Text Example

White with #632C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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