Html Css Color HEX #63193D Pompadour

📋 copy color: '#63193D'

red 99 ◦ green 25 ◦ blue 61

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

Shades of Pompadour #63193D

Tints of Pompadour #63193D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 32.97%

R = 53.51%
G = 13.51%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.61

RGB Variations

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

Color information

#63193D (or 0x63193D) is known color: Pompadour. HEX triplet: 63, 19 and 3D. RGB value is (99,25,61). Sum of RGB (Red+Green+Blue) = 99+25+61=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #63193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63193D is #9CE6C2. Grayscale: #333333. Windows color (decimal): -10282691 or 4004195. OLE color: 4004195.

HSL color Cylindrical-coordinate representation of color #63193D: hue angle of 330.81º 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 #63193D is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 25 61 -
CMYK 0 0.75 0.38 0.61
HSL 330.81º 0.6% 0.24% -
HSV(B) 330.81º 0.75% 0.39% -
XYZ 6.34 3.68 4.79 -
YUV 51.23 133.52 162.07 -
System Red Green Blue C M Y K H S L
Decimal 99 25 61 0 0.75 0.38 0.61 330.81 0.6 0.24
Hex 63 19 3D 0 4B 26 3D 14B 3C 18
Octal 143 31 75 0 113 46 75 513 74 30
Binary 1100011 11001 111101 0 1001011 100110 111101 101001011 111100 11000

Color Harmonies of #63193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63193D

Black with #63193D

Text Example


Text Example

White with #63193D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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