Html Css Color HEX #632146 Pompadour

📋 copy color: '#632146'

red 99 ◦ green 33 ◦ blue 70

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

Shades of Pompadour #632146

Tints of Pompadour #632146

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.34%

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

R = 49.01%
G = 16.34%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#632146 (or 0x632146) is known color: Pompadour. HEX triplet: 63, 21 and 46. RGB value is (99,33,70). Sum of RGB (Red+Green+Blue) = 99+33+70=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #632146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632146 is #9CDEB9. Grayscale: #383838. Windows color (decimal): -10280634 or 4596067. OLE color: 4596067.

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

Color convert

RGB 99 33 70 -
CMYK 0 0.67 0.29 0.61
HSL 326.36º 0.5% 0.26% -
HSV(B) 326.36º 0.67% 0.39% -
XYZ 6.79 4.18 6.24 -
YUV 56.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 99 33 70 0 0.67 0.29 0.61 326.36 0.5 0.26
Hex 63 21 46 0 43 1D 3D 146 32 1A
Octal 143 41 106 0 103 35 75 506 62 32
Binary 1100011 100001 1000110 0 1000011 11101 111101 101000110 110010 11010

Color Harmonies of #632146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632146

Black with #632146

Text Example


Text Example

White with #632146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632146; }

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

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

background-color css

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

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

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

border-color css

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

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

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