Html Css Color HEX #632540 Pompadour

📋 copy color: '#632540'

red 99 ◦ green 37 ◦ blue 64

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

Shades of Pompadour #632540

Tints of Pompadour #632540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.5%

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

R = 49.5%
G = 18.5%
B = 32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#632540 (or 0x632540) is known color: Pompadour. HEX triplet: 63, 25 and 40. RGB value is (99,37,64). Sum of RGB (Red+Green+Blue) = 99+37+64=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #632540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632540 is #9CDABF. Grayscale: #3A3A3A. Windows color (decimal): -10279616 or 4203875. OLE color: 4203875.

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

Color convert

RGB 99 37 64 -
CMYK 0 0.63 0.35 0.61
HSL 333.87º 0.46% 0.27% -
HSV(B) 333.87º 0.63% 0.39% -
XYZ 6.73 4.35 5.33 -
YUV 58.62 131.04 156.8 -
System Red Green Blue C M Y K H S L
Decimal 99 37 64 0 0.63 0.35 0.61 333.87 0.46 0.27
Hex 63 25 40 0 3F 23 3D 14E 2E 1B
Octal 143 45 100 0 77 43 75 516 56 33
Binary 1100011 100101 1000000 0 111111 100011 111101 101001110 101110 11011

Color Harmonies of #632540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632540

Black with #632540

Text Example


Text Example

White with #632540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632540; }

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

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

background-color css

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

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

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

border-color css

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

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

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