Html Css Color HEX #632246 Pompadour

📋 copy color: '#632246'

red 99 ◦ green 34 ◦ blue 70

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

Shades of Pompadour #632246

Tints of Pompadour #632246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.75%

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

R = 48.77%
G = 16.75%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#632246 (or 0x632246) is known color: Pompadour. HEX triplet: 63, 22 and 46. RGB value is (99,34,70). Sum of RGB (Red+Green+Blue) = 99+34+70=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #632246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632246 is #9CDDB9. Grayscale: #393939. Windows color (decimal): -10280378 or 4596323. OLE color: 4596323.

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

Color convert

RGB 99 34 70 -
CMYK 0 0.66 0.29 0.61
HSL 326.77º 0.49% 0.26% -
HSV(B) 326.77º 0.66% 0.39% -
XYZ 6.82 4.24 6.25 -
YUV 57.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 99 34 70 0 0.66 0.29 0.61 326.77 0.49 0.26
Hex 63 22 46 0 42 1D 3D 147 31 1A
Octal 143 42 106 0 102 35 75 507 61 32
Binary 1100011 100010 1000110 0 1000010 11101 111101 101000111 110001 11010

Color Harmonies of #632246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632246

Black with #632246

Text Example


Text Example

White with #632246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632246; }

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

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

background-color css

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

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

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

border-color css

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

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

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