Html Css Color HEX #63284E Pompadour

📋 copy color: '#63284E'

red 99 ◦ green 40 ◦ blue 78

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

Shades of Pompadour #63284E

Tints of Pompadour #63284E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.43%

 BLUE value IS 78 (30.86% from 255) = 35.94%

R = 45.62%
G = 18.43%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#63284E (or 0x63284E) is known color: Pompadour. HEX triplet: 63, 28 and 4E. RGB value is (99,40,78). Sum of RGB (Red+Green+Blue) = 99+40+78=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #63284E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63284E is #9CD7B1. Grayscale: #3D3D3D. Windows color (decimal): -10278834 or 5122147. OLE color: 5122147.

HSL color Cylindrical-coordinate representation of color #63284E: hue angle of 321.36º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63284E is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 40 78 -
CMYK 0 0.60 0.21 0.61
HSL 321.36º 0.42% 0.27% -
HSV(B) 321.36º 0.6% 0.39% -
XYZ 7.28 4.72 7.74 -
YUV 61.97 137.05 154.41 -
System Red Green Blue C M Y K H S L
Decimal 99 40 78 0 0.60 0.21 0.61 321.36 0.42 0.27
Hex 63 28 4E 0 3C 15 3D 141 2A 1B
Octal 143 50 116 0 74 25 75 501 52 33
Binary 1100011 101000 1001110 0 111100 10101 111101 101000001 101010 11011

Color Harmonies of #63284E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63284E

Black with #63284E

Text Example


Text Example

White with #63284E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63284E; }

 p { color: rgb(99,40,78); }

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

background-color css

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

 a { background-color: rgb(99,40,78); }

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

border-color css

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

 span { border-color: rgb(99,40,78); }

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