Html Css Color HEX #63224B Pompadour

📋 copy color: '#63224B'

red 99 ◦ green 34 ◦ blue 75

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

Shades of Pompadour #63224B

Tints of Pompadour #63224B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 36.06%

R = 47.6%
G = 16.35%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#63224B (or 0x63224B) is known color: Pompadour. HEX triplet: 63, 22 and 4B. RGB value is (99,34,75). Sum of RGB (Red+Green+Blue) = 99+34+75=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #63224B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63224B is #9CDDB4. Grayscale: #3A3A3A. Windows color (decimal): -10280373 or 4924003. OLE color: 4924003.

HSL color Cylindrical-coordinate representation of color #63224B: hue angle of 322.15º 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 #63224B is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 34 75 -
CMYK 0 0.66 0.24 0.61
HSL 322.15º 0.49% 0.26% -
HSV(B) 322.15º 0.66% 0.39% -
XYZ 6.99 4.3 7.12 -
YUV 58.11 137.53 157.17 -
System Red Green Blue C M Y K H S L
Decimal 99 34 75 0 0.66 0.24 0.61 322.15 0.49 0.26
Hex 63 22 4B 0 42 18 3D 142 31 1A
Octal 143 42 113 0 102 30 75 502 61 32
Binary 1100011 100010 1001011 0 1000010 11000 111101 101000010 110001 11010

Color Harmonies of #63224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63224B

Black with #63224B

Text Example


Text Example

White with #63224B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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