Html Css Color HEX #63284F Pompadour

📋 copy color: '#63284F'

red 99 ◦ green 40 ◦ blue 79

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

Shades of Pompadour #63284F

Tints of Pompadour #63284F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.24%

R = 45.41%
G = 18.35%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.61

RGB Variations

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

Color information

#63284F (or 0x63284F) is known color: Pompadour. HEX triplet: 63, 28 and 4F. RGB value is (99,40,79). Sum of RGB (Red+Green+Blue) = 99+40+79=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #63284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63284F is #9CD7B0. Grayscale: #3D3D3D. Windows color (decimal): -10278833 or 5187683. OLE color: 5187683.

HSL color Cylindrical-coordinate representation of color #63284F: hue angle of 320.34º 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 #63284F is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 40 79 -
CMYK 0 0.60 0.20 0.61
HSL 320.34º 0.42% 0.27% -
HSV(B) 320.34º 0.6% 0.39% -
XYZ 7.32 4.73 7.93 -
YUV 62.09 137.55 154.33 -
System Red Green Blue C M Y K H S L
Decimal 99 40 79 0 0.60 0.20 0.61 320.34 0.42 0.27
Hex 63 28 4F 0 3C 14 3D 140 2A 1B
Octal 143 50 117 0 74 24 75 500 52 33
Binary 1100011 101000 1001111 0 111100 10100 111101 101000000 101010 11011

Color Harmonies of #63284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63284F

Black with #63284F

Text Example


Text Example

White with #63284F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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