Html Css Color HEX #632640 Pompadour

📋 copy color: '#632640'

red 99 ◦ green 38 ◦ blue 64

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

Shades of Pompadour #632640

Tints of Pompadour #632640

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.91%

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

R = 49.25%
G = 18.91%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#632640 (or 0x632640) is known color: Pompadour. HEX triplet: 63, 26 and 40. RGB value is (99,38,64). Sum of RGB (Red+Green+Blue) = 99+38+64=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #632640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632640 is #9CD9BF. Grayscale: #3B3B3B. Windows color (decimal): -10279360 or 4204131. OLE color: 4204131.

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

Color convert

RGB 99 38 64 -
CMYK 0 0.62 0.35 0.61
HSL 334.43º 0.45% 0.27% -
HSV(B) 334.43º 0.62% 0.39% -
XYZ 6.76 4.41 5.35 -
YUV 59.2 130.71 156.39 -
System Red Green Blue C M Y K H S L
Decimal 99 38 64 0 0.62 0.35 0.61 334.43 0.45 0.27
Hex 63 26 40 0 3E 23 3D 14E 2D 1B
Octal 143 46 100 0 76 43 75 516 55 33
Binary 1100011 100110 1000000 0 111110 100011 111101 101001110 101101 11011

Color Harmonies of #632640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632640

Black with #632640

Text Example


Text Example

White with #632640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632640; }

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

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

background-color css

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

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

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

border-color css

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

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

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