Html Css Color HEX #63163E Pompadour

📋 copy color: '#63163E'

red 99 ◦ green 22 ◦ blue 62

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

Shades of Pompadour #63163E

Tints of Pompadour #63163E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.02%

 BLUE value IS 62 (24.61% from 255) = 33.88%

R = 54.1%
G = 12.02%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.61

RGB Variations

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

Color information

#63163E (or 0x63163E) is known color: Pompadour. HEX triplet: 63, 16 and 3E. RGB value is (99,22,62). Sum of RGB (Red+Green+Blue) = 99+22+62=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #63163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63163E is #9CE9C1. Grayscale: #313131. Windows color (decimal): -10283458 or 4068963. OLE color: 4068963.

HSL color Cylindrical-coordinate representation of color #63163E: hue angle of 328.83º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #63163E is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 22 62 -
CMYK 0 0.78 0.37 0.61
HSL 328.83º 0.64% 0.24% -
HSV(B) 328.83º 0.78% 0.39% -
XYZ 6.3 3.57 4.92 -
YUV 49.58 135.01 163.25 -
System Red Green Blue C M Y K H S L
Decimal 99 22 62 0 0.78 0.37 0.61 328.83 0.64 0.24
Hex 63 16 3E 0 4E 25 3D 149 40 18
Octal 143 26 76 0 116 45 75 511 100 30
Binary 1100011 10110 111110 0 1001110 100101 111101 101001001 1000000 11000

Color Harmonies of #63163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63163E

Black with #63163E

Text Example


Text Example

White with #63163E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63163E; }

 p { color: rgb(99,22,62); }

 H1.HeaderClassName
 {
   color: #63163E;
 }
 .AnyTagClassName
 {
   color: #63163E;
 }
</style>

background-color css

<style>
 a { background-color: #63163E; }

 a { background-color: rgb(99,22,62); }

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

border-color css

<style>
 span { border-color: #63163E; }

 span { border-color: rgb(99,22,62); }

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