Html Css Color HEX #63224A Pompadour

📋 copy color: '#63224A'

red 99 ◦ green 34 ◦ blue 74

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

Shades of Pompadour #63224A

Tints of Pompadour #63224A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.43%

 BLUE value IS 74 (29.3% from 255) = 35.75%

R = 47.83%
G = 16.43%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#63224A (or 0x63224A) is known color: Pompadour. HEX triplet: 63, 22 and 4A. RGB value is (99,34,74). Sum of RGB (Red+Green+Blue) = 99+34+74=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #63224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63224A is #9CDDB5. Grayscale: #393939. Windows color (decimal): -10280374 or 4858467. OLE color: 4858467.

HSL color Cylindrical-coordinate representation of color #63224A: hue angle of 323.08º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #63224A is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 34 74 -
CMYK 0 0.66 0.25 0.61
HSL 323.08º 0.49% 0.26% -
HSV(B) 323.08º 0.66% 0.39% -
XYZ 6.95 4.29 6.94 -
YUV 58 137.03 157.25 -
System Red Green Blue C M Y K H S L
Decimal 99 34 74 0 0.66 0.25 0.61 323.08 0.49 0.26
Hex 63 22 4A 0 42 19 3D 143 31 1A
Octal 143 42 112 0 102 31 75 503 61 32
Binary 1100011 100010 1001010 0 1000010 11001 111101 101000011 110001 11010

Color Harmonies of #63224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63224A

Black with #63224A

Text Example


Text Example

White with #63224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63224A; }

 p { color: rgb(99,34,74); }

 H1.HeaderClassName
 {
   color: #63224A;
 }
 .AnyTagClassName
 {
   color: #63224A;
 }
</style>

background-color css

<style>
 a { background-color: #63224A; }

 a { background-color: rgb(99,34,74); }

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

border-color css

<style>
 span { border-color: #63224A; }

 span { border-color: rgb(99,34,74); }

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