Html Css Color HEX #63244A Pompadour

📋 copy color: '#63244A'

red 99 ◦ green 36 ◦ blue 74

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

Shades of Pompadour #63244A

Tints of Pompadour #63244A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 35.41%

R = 47.37%
G = 17.22%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#63244A (or 0x63244A) is known color: Pompadour. HEX triplet: 63, 24 and 4A. RGB value is (99,36,74). Sum of RGB (Red+Green+Blue) = 99+36+74=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #63244A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63244A is #9CDBB5. Grayscale: #3B3B3B. Windows color (decimal): -10279862 or 4858979. OLE color: 4858979.

HSL color Cylindrical-coordinate representation of color #63244A: hue angle of 323.81º 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 #63244A is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 36 74 -
CMYK 0 0.64 0.25 0.61
HSL 323.81º 0.47% 0.26% -
HSV(B) 323.81º 0.64% 0.39% -
XYZ 7.01 4.41 6.96 -
YUV 59.17 136.37 156.41 -
System Red Green Blue C M Y K H S L
Decimal 99 36 74 0 0.64 0.25 0.61 323.81 0.47 0.26
Hex 63 24 4A 0 40 19 3D 144 2F 1A
Octal 143 44 112 0 100 31 75 504 57 32
Binary 1100011 100100 1001010 0 1000000 11001 111101 101000100 101111 11010

Color Harmonies of #63244A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63244A

Black with #63244A

Text Example


Text Example

White with #63244A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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