Html Css Color HEX #632942 Pompadour

📋 copy color: '#632942'

red 99 ◦ green 41 ◦ blue 66

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

Shades of Pompadour #632942

Tints of Pompadour #632942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 32.04%

R = 48.06%
G = 19.9%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#632942 (or 0x632942) is known color: Pompadour. HEX triplet: 63, 29 and 42. RGB value is (99,41,66). Sum of RGB (Red+Green+Blue) = 99+41+66=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #632942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632942 is #9CD6BD. Grayscale: #3D3D3D. Windows color (decimal): -10278590 or 4335971. OLE color: 4335971.

HSL color Cylindrical-coordinate representation of color #632942: hue angle of 334.14º 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 #632942 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 41 66 -
CMYK 0 0.59 0.33 0.61
HSL 334.14º 0.41% 0.27% -
HSV(B) 334.14º 0.59% 0.39% -
XYZ 6.92 4.63 5.68 -
YUV 61.19 130.72 154.97 -
System Red Green Blue C M Y K H S L
Decimal 99 41 66 0 0.59 0.33 0.61 334.14 0.41 0.27
Hex 63 29 42 0 3B 21 3D 14E 29 1B
Octal 143 51 102 0 73 41 75 516 51 33
Binary 1100011 101001 1000010 0 111011 100001 111101 101001110 101001 11011

Color Harmonies of #632942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632942

Black with #632942

Text Example


Text Example

White with #632942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632942; }

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

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

background-color css

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

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

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

border-color css

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

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

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