Html Css Color HEX #63274C Pompadour

📋 copy color: '#63274C'

red 99 ◦ green 39 ◦ blue 76

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

Shades of Pompadour #63274C

Tints of Pompadour #63274C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.22%

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

R = 46.26%
G = 18.22%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#63274C (or 0x63274C) is known color: Pompadour. HEX triplet: 63, 27 and 4C. RGB value is (99,39,76). Sum of RGB (Red+Green+Blue) = 99+39+76=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #63274C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63274C is #9CD8B3. Grayscale: #3D3D3D. Windows color (decimal): -10279092 or 4990819. OLE color: 4990819.

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

Color convert

RGB 99 39 76 -
CMYK 0 0.61 0.23 0.61
HSL 323º 0.43% 0.27% -
HSV(B) 323º 0.61% 0.39% -
XYZ 7.18 4.63 7.35 -
YUV 61.16 136.38 154.99 -
System Red Green Blue C M Y K H S L
Decimal 99 39 76 0 0.61 0.23 0.61 323 0.43 0.27
Hex 63 27 4C 0 3D 17 3D 143 2B 1B
Octal 143 47 114 0 75 27 75 503 53 33
Binary 1100011 100111 1001100 0 111101 10111 111101 101000011 101011 11011

Color Harmonies of #63274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63274C

Black with #63274C

Text Example


Text Example

White with #63274C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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