Html Css Color HEX #632242 Pompadour

📋 copy color: '#632242'

red 99 ◦ green 34 ◦ blue 66

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

Shades of Pompadour #632242

Tints of Pompadour #632242

RGB

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

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

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

R = 49.75%
G = 17.09%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#632242 (or 0x632242) is known color: Pompadour. HEX triplet: 63, 22 and 42. RGB value is (99,34,66). Sum of RGB (Red+Green+Blue) = 99+34+66=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #632242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632242 is #9CDDBD. Grayscale: #393939. Windows color (decimal): -10280382 or 4334179. OLE color: 4334179.

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

Color convert

RGB 99 34 66 -
CMYK 0 0.66 0.33 0.61
HSL 330.46º 0.49% 0.26% -
HSV(B) 330.46º 0.66% 0.39% -
XYZ 6.7 4.19 5.61 -
YUV 57.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 99 34 66 0 0.66 0.33 0.61 330.46 0.49 0.26
Hex 63 22 42 0 42 21 3D 14A 31 1A
Octal 143 42 102 0 102 41 75 512 61 32
Binary 1100011 100010 1000010 0 1000010 100001 111101 101001010 110001 11010

Color Harmonies of #632242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632242

Black with #632242

Text Example


Text Example

White with #632242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632242; }

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

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

background-color css

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

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

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

border-color css

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

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

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