Html Css Color HEX #63193F Pompadour

📋 copy color: '#63193F'

red 99 ◦ green 25 ◦ blue 63

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

Shades of Pompadour #63193F

Tints of Pompadour #63193F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.37%

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

R = 52.94%
G = 13.37%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#63193F (or 0x63193F) is known color: Pompadour. HEX triplet: 63, 19 and 3F. RGB value is (99,25,63). Sum of RGB (Red+Green+Blue) = 99+25+63=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #63193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63193F is #9CE6C0. Grayscale: #333333. Windows color (decimal): -10282689 or 4135267. OLE color: 4135267.

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

Color convert

RGB 99 25 63 -
CMYK 0 0.75 0.36 0.61
HSL 329.19º 0.6% 0.24% -
HSV(B) 329.19º 0.75% 0.39% -
XYZ 6.39 3.71 5.08 -
YUV 51.46 134.52 161.91 -
System Red Green Blue C M Y K H S L
Decimal 99 25 63 0 0.75 0.36 0.61 329.19 0.6 0.24
Hex 63 19 3F 0 4B 24 3D 149 3C 18
Octal 143 31 77 0 113 44 75 511 74 30
Binary 1100011 11001 111111 0 1001011 100100 111101 101001001 111100 11000

Color Harmonies of #63193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63193F

Black with #63193F

Text Example


Text Example

White with #63193F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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