Html Css Color HEX #63244C Pompadour

📋 copy color: '#63244C'

red 99 ◦ green 36 ◦ blue 76

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

Shades of Pompadour #63244C

Tints of Pompadour #63244C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.06%

 BLUE value IS 76 (30.08% from 255) = 36.02%

R = 46.92%
G = 17.06%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#63244C (or 0x63244C) is known color: Pompadour. HEX triplet: 63, 24 and 4C. RGB value is (99,36,76). Sum of RGB (Red+Green+Blue) = 99+36+76=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #63244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63244C is #9CDBB3. Grayscale: #3B3B3B. Windows color (decimal): -10279860 or 4990051. OLE color: 4990051.

HSL color Cylindrical-coordinate representation of color #63244C: hue angle of 321.9º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #63244C is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 36 76 -
CMYK 0 0.64 0.23 0.61
HSL 321.9º 0.47% 0.26% -
HSV(B) 321.9º 0.64% 0.39% -
XYZ 7.08 4.44 7.32 -
YUV 59.4 137.37 156.25 -
System Red Green Blue C M Y K H S L
Decimal 99 36 76 0 0.64 0.23 0.61 321.9 0.47 0.26
Hex 63 24 4C 0 40 17 3D 142 2F 1A
Octal 143 44 114 0 100 27 75 502 57 32
Binary 1100011 100100 1001100 0 1000000 10111 111101 101000010 101111 11010

Color Harmonies of #63244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63244C

Black with #63244C

Text Example


Text Example

White with #63244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63244C; }

 p { color: rgb(99,36,76); }

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

background-color css

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

 a { background-color: rgb(99,36,76); }

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

border-color css

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

 span { border-color: rgb(99,36,76); }

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