Html Css Color HEX #63163D Pompadour

📋 copy color: '#63163D'

red 99 ◦ green 22 ◦ blue 61

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

Shades of Pompadour #63163D

Tints of Pompadour #63163D

RGB

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

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

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

R = 54.4%
G = 12.09%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.61

RGB Variations

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

Color information

#63163D (or 0x63163D) is known color: Pompadour. HEX triplet: 63, 16 and 3D. RGB value is (99,22,61). Sum of RGB (Red+Green+Blue) = 99+22+61=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #63163D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63163D is #9CE9C2. Grayscale: #313131. Windows color (decimal): -10283459 or 4003427. OLE color: 4003427.

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

Color convert

RGB 99 22 61 -
CMYK 0 0.78 0.38 0.61
HSL 329.61º 0.64% 0.24% -
HSV(B) 329.61º 0.78% 0.39% -
XYZ 6.27 3.56 4.77 -
YUV 49.47 134.51 163.33 -
System Red Green Blue C M Y K H S L
Decimal 99 22 61 0 0.78 0.38 0.61 329.61 0.64 0.24
Hex 63 16 3D 0 4E 26 3D 14A 40 18
Octal 143 26 75 0 116 46 75 512 100 30
Binary 1100011 10110 111101 0 1001110 100110 111101 101001010 1000000 11000

Color Harmonies of #63163D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63163D

Black with #63163D

Text Example


Text Example

White with #63163D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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