Html Css Color HEX #63143F Pompadour

📋 copy color: '#63143F'

red 99 ◦ green 20 ◦ blue 63

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

Shades of Pompadour #63143F

Tints of Pompadour #63143F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.99%

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

R = 54.4%
G = 10.99%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#63143F (or 0x63143F) is known color: Pompadour. HEX triplet: 63, 14 and 3F. RGB value is (99,20,63). Sum of RGB (Red+Green+Blue) = 99+20+63=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #63143F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63143F is #9CEBC0. Grayscale: #303030. Windows color (decimal): -10283969 or 4133987. OLE color: 4133987.

HSL color Cylindrical-coordinate representation of color #63143F: hue angle of 327.34º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #63143F is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 20 63 -
CMYK 0 0.80 0.36 0.61
HSL 327.34º 0.66% 0.23% -
HSV(B) 327.34º 0.8% 0.39% -
XYZ 6.29 3.51 5.05 -
YUV 48.52 136.17 164 -
System Red Green Blue C M Y K H S L
Decimal 99 20 63 0 0.80 0.36 0.61 327.34 0.66 0.23
Hex 63 14 3F 0 50 24 3D 147 42 17
Octal 143 24 77 0 120 44 75 507 102 27
Binary 1100011 10100 111111 0 1010000 100100 111101 101000111 1000010 10111

Color Harmonies of #63143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63143F

Black with #63143F

Text Example


Text Example

White with #63143F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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