Html Css Color HEX #63184F Pompadour

📋 copy color: '#63184F'

red 99 ◦ green 24 ◦ blue 79

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

Shades of Pompadour #63184F

Tints of Pompadour #63184F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.88%

 BLUE value IS 79 (31.25% from 255) = 39.11%

R = 49.01%
G = 11.88%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.20

 K value IS 0.61

RGB Variations

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

Color information

#63184F (or 0x63184F) is known color: Pompadour. HEX triplet: 63, 18 and 4F. RGB value is (99,24,79). Sum of RGB (Red+Green+Blue) = 99+24+79=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #63184F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63184F is #9CE7B0. Grayscale: #343434. Windows color (decimal): -10282929 or 5183587. OLE color: 5183587.

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

Color convert

RGB 99 24 79 -
CMYK 0 0.76 0.20 0.61
HSL 316º 0.61% 0.24% -
HSV(B) 316º 0.76% 0.39% -
XYZ 6.88 3.87 7.78 -
YUV 52.7 142.85 161.03 -
System Red Green Blue C M Y K H S L
Decimal 99 24 79 0 0.76 0.20 0.61 316 0.61 0.24
Hex 63 18 4F 0 4C 14 3D 13C 3D 18
Octal 143 30 117 0 114 24 75 474 75 30
Binary 1100011 11000 1001111 0 1001100 10100 111101 100111100 111101 11000

Color Harmonies of #63184F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63184F

Black with #63184F

Text Example


Text Example

White with #63184F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,24,79); }

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

background-color css

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

 a { background-color: rgb(99,24,79); }

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

border-color css

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

 span { border-color: rgb(99,24,79); }

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