Html Css Color HEX #63213F Pompadour

📋 copy color: '#63213F'

red 99 ◦ green 33 ◦ blue 63

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

Shades of Pompadour #63213F

Tints of Pompadour #63213F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.92%

 BLUE value IS 63 (25% from 255) = 32.31%

R = 50.77%
G = 16.92%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#63213F (or 0x63213F) is known color: Pompadour. HEX triplet: 63, 21 and 3F. RGB value is (99,33,63). Sum of RGB (Red+Green+Blue) = 99+33+63=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #63213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63213F is #9CDEC0. Grayscale: #383838. Windows color (decimal): -10280641 or 4137315. OLE color: 4137315.

HSL color Cylindrical-coordinate representation of color #63213F: hue angle of 332.73º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #63213F is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 33 63 -
CMYK 0 0.67 0.36 0.61
HSL 332.73º 0.5% 0.26% -
HSV(B) 332.73º 0.67% 0.39% -
XYZ 6.59 4.1 5.15 -
YUV 56.15 131.87 158.56 -
System Red Green Blue C M Y K H S L
Decimal 99 33 63 0 0.67 0.36 0.61 332.73 0.5 0.26
Hex 63 21 3F 0 43 24 3D 14D 32 1A
Octal 143 41 77 0 103 44 75 515 62 32
Binary 1100011 100001 111111 0 1000011 100100 111101 101001101 110010 11010

Color Harmonies of #63213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63213F

Black with #63213F

Text Example


Text Example

White with #63213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63213F; }

 p { color: rgb(99,33,63); }

 H1.HeaderClassName
 {
   color: #63213F;
 }
 .AnyTagClassName
 {
   color: #63213F;
 }
</style>

background-color css

<style>
 a { background-color: #63213F; }

 a { background-color: rgb(99,33,63); }

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

border-color css

<style>
 span { border-color: #63213F; }

 span { border-color: rgb(99,33,63); }

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