Html Css Color HEX #632740 Pompadour

📋 copy color: '#632740'

red 99 ◦ green 39 ◦ blue 64

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

Shades of Pompadour #632740

Tints of Pompadour #632740

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.31%

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

R = 49.01%
G = 19.31%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#632740 (or 0x632740) is known color: Pompadour. HEX triplet: 63, 27 and 40. RGB value is (99,39,64). Sum of RGB (Red+Green+Blue) = 99+39+64=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #632740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632740 is #9CD8BF. Grayscale: #3B3B3B. Windows color (decimal): -10279104 or 4204387. OLE color: 4204387.

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

Color convert

RGB 99 39 64 -
CMYK 0 0.61 0.35 0.61
HSL 335º 0.43% 0.27% -
HSV(B) 335º 0.61% 0.39% -
XYZ 6.8 4.47 5.36 -
YUV 59.79 130.38 155.97 -
System Red Green Blue C M Y K H S L
Decimal 99 39 64 0 0.61 0.35 0.61 335 0.43 0.27
Hex 63 27 40 0 3D 23 3D 14F 2B 1B
Octal 143 47 100 0 75 43 75 517 53 33
Binary 1100011 100111 1000000 0 111101 100011 111101 101001111 101011 11011

Color Harmonies of #632740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632740

Black with #632740

Text Example


Text Example

White with #632740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632740; }

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

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

background-color css

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

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

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

border-color css

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

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

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