Html Css Color HEX #63264E Pompadour

📋 copy color: '#63264E'

red 99 ◦ green 38 ◦ blue 78

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

Shades of Pompadour #63264E

Tints of Pompadour #63264E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.67%

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

R = 46.05%
G = 17.67%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#63264E (or 0x63264E) is known color: Pompadour. HEX triplet: 63, 26 and 4E. RGB value is (99,38,78). Sum of RGB (Red+Green+Blue) = 99+38+78=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #63264E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63264E is #9CD9B1. Grayscale: #3C3C3C. Windows color (decimal): -10279346 or 5121635. OLE color: 5121635.

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

Color convert

RGB 99 38 78 -
CMYK 0 0.62 0.21 0.61
HSL 320.66º 0.45% 0.27% -
HSV(B) 320.66º 0.62% 0.39% -
XYZ 7.21 4.59 7.71 -
YUV 60.8 137.71 155.25 -
System Red Green Blue C M Y K H S L
Decimal 99 38 78 0 0.62 0.21 0.61 320.66 0.45 0.27
Hex 63 26 4E 0 3E 15 3D 141 2D 1B
Octal 143 46 116 0 76 25 75 501 55 33
Binary 1100011 100110 1001110 0 111110 10101 111101 101000001 101101 11011

Color Harmonies of #63264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63264E

Black with #63264E

Text Example


Text Example

White with #63264E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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