Html Css Color HEX #63264D Pompadour

📋 copy color: '#63264D'

red 99 ◦ green 38 ◦ blue 77

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

Shades of Pompadour #63264D

Tints of Pompadour #63264D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 35.98%

R = 46.26%
G = 17.76%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#63264D (or 0x63264D) is known color: Pompadour. HEX triplet: 63, 26 and 4D. RGB value is (99,38,77). Sum of RGB (Red+Green+Blue) = 99+38+77=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #63264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63264D is #9CD9B2. Grayscale: #3C3C3C. Windows color (decimal): -10279347 or 5056099. OLE color: 5056099.

HSL color Cylindrical-coordinate representation of color #63264D: hue angle of 321.64º 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 #63264D is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 38 77 -
CMYK 0 0.62 0.22 0.61
HSL 321.64º 0.45% 0.27% -
HSV(B) 321.64º 0.62% 0.39% -
XYZ 7.18 4.57 7.53 -
YUV 60.69 137.21 155.33 -
System Red Green Blue C M Y K H S L
Decimal 99 38 77 0 0.62 0.22 0.61 321.64 0.45 0.27
Hex 63 26 4D 0 3E 16 3D 142 2D 1B
Octal 143 46 115 0 76 26 75 502 55 33
Binary 1100011 100110 1001101 0 111110 10110 111101 101000010 101101 11011

Color Harmonies of #63264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63264D

Black with #63264D

Text Example


Text Example

White with #63264D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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