Html Css Color HEX #632946 Pompadour

📋 copy color: '#632946'

red 99 ◦ green 41 ◦ blue 70

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

Shades of Pompadour #632946

Tints of Pompadour #632946

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.52%

 BLUE value IS 70 (27.73% from 255) = 33.33%

R = 47.14%
G = 19.52%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#632946 (or 0x632946) is known color: Pompadour. HEX triplet: 63, 29 and 46. RGB value is (99,41,70). Sum of RGB (Red+Green+Blue) = 99+41+70=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #632946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632946 is #9CD6B9. Grayscale: #3D3D3D. Windows color (decimal): -10278586 or 4598115. OLE color: 4598115.

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

Color convert

RGB 99 41 70 -
CMYK 0 0.59 0.29 0.61
HSL 330º 0.41% 0.27% -
HSV(B) 330º 0.59% 0.39% -
XYZ 7.04 4.68 6.33 -
YUV 61.65 132.72 154.64 -
System Red Green Blue C M Y K H S L
Decimal 99 41 70 0 0.59 0.29 0.61 330 0.41 0.27
Hex 63 29 46 0 3B 1D 3D 14A 29 1B
Octal 143 51 106 0 73 35 75 512 51 33
Binary 1100011 101001 1000110 0 111011 11101 111101 101001010 101001 11011

Color Harmonies of #632946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632946

Black with #632946

Text Example


Text Example

White with #632946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632946; }

 p { color: rgb(99,41,70); }

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

background-color css

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

 a { background-color: rgb(99,41,70); }

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

border-color css

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

 span { border-color: rgb(99,41,70); }

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