Html Css Color HEX #63254C Pompadour

📋 copy color: '#63254C'

red 99 ◦ green 37 ◦ blue 76

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

Shades of Pompadour #63254C

Tints of Pompadour #63254C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.45%

 BLUE value IS 76 (30.08% from 255) = 35.85%

R = 46.7%
G = 17.45%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#63254C (or 0x63254C) is known color: Pompadour. HEX triplet: 63, 25 and 4C. RGB value is (99,37,76). Sum of RGB (Red+Green+Blue) = 99+37+76=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #63254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63254C is #9CDAB3. Grayscale: #3B3B3B. Windows color (decimal): -10279604 or 4990307. OLE color: 4990307.

HSL color Cylindrical-coordinate representation of color #63254C: hue angle of 322.26º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #63254C is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 37 76 -
CMYK 0 0.63 0.23 0.61
HSL 322.26º 0.46% 0.27% -
HSV(B) 322.26º 0.63% 0.39% -
XYZ 7.11 4.5 7.33 -
YUV 59.98 137.04 155.83 -
System Red Green Blue C M Y K H S L
Decimal 99 37 76 0 0.63 0.23 0.61 322.26 0.46 0.27
Hex 63 25 4C 0 3F 17 3D 142 2E 1B
Octal 143 45 114 0 77 27 75 502 56 33
Binary 1100011 100101 1001100 0 111111 10111 111101 101000010 101110 11011

Color Harmonies of #63254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63254C

Black with #63254C

Text Example


Text Example

White with #63254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63254C; }

 p { color: rgb(99,37,76); }

 H1.HeaderClassName
 {
   color: #63254C;
 }
 .AnyTagClassName
 {
   color: #63254C;
 }
</style>

background-color css

<style>
 a { background-color: #63254C; }

 a { background-color: rgb(99,37,76); }

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

border-color css

<style>
 span { border-color: #63254C; }

 span { border-color: rgb(99,37,76); }

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