Html Css Color HEX #632040 Pompadour

📋 copy color: '#632040'

red 99 ◦ green 32 ◦ blue 64

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

Shades of Pompadour #632040

Tints of Pompadour #632040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.41%

 BLUE value IS 64 (25.39% from 255) = 32.82%

R = 50.77%
G = 16.41%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#632040 (or 0x632040) is known color: Pompadour. HEX triplet: 63, 20 and 40. RGB value is (99,32,64). Sum of RGB (Red+Green+Blue) = 99+32+64=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #632040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632040 is #9CDFBF. Grayscale: #373737. Windows color (decimal): -10280896 or 4202595. OLE color: 4202595.

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

Color convert

RGB 99 32 64 -
CMYK 0 0.68 0.35 0.61
HSL 331.34º 0.51% 0.26% -
HSV(B) 331.34º 0.68% 0.39% -
XYZ 6.59 4.06 5.29 -
YUV 55.68 132.7 158.9 -
System Red Green Blue C M Y K H S L
Decimal 99 32 64 0 0.68 0.35 0.61 331.34 0.51 0.26
Hex 63 20 40 0 44 23 3D 14B 33 1A
Octal 143 40 100 0 104 43 75 513 63 32
Binary 1100011 100000 1000000 0 1000100 100011 111101 101001011 110011 11010

Color Harmonies of #632040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632040

Black with #632040

Text Example


Text Example

White with #632040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632040; }

 p { color: rgb(99,32,64); }

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

background-color css

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

 a { background-color: rgb(99,32,64); }

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

border-color css

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

 span { border-color: rgb(99,32,64); }

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