Html Css Color HEX #63134F Pompadour

📋 copy color: '#63134F'

red 99 ◦ green 19 ◦ blue 79

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

Shades of Pompadour #63134F

Tints of Pompadour #63134F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.64%

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

R = 50.25%
G = 9.64%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.61

RGB Variations

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

Color information

#63134F (or 0x63134F) is known color: Pompadour. HEX triplet: 63, 13 and 4F. RGB value is (99,19,79). Sum of RGB (Red+Green+Blue) = 99+19+79=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #63134F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63134F is #9CECB0. Grayscale: #313131. Windows color (decimal): -10284209 or 5182307. OLE color: 5182307.

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

Color convert

RGB 99 19 79 -
CMYK 0 0.81 0.20 0.61
HSL 315º 0.68% 0.23% -
HSV(B) 315º 0.81% 0.39% -
XYZ 6.79 3.68 7.75 -
YUV 49.76 144.5 163.12 -
System Red Green Blue C M Y K H S L
Decimal 99 19 79 0 0.81 0.20 0.61 315 0.68 0.23
Hex 63 13 4F 0 51 14 3D 13B 44 17
Octal 143 23 117 0 121 24 75 473 104 27
Binary 1100011 10011 1001111 0 1010001 10100 111101 100111011 1000100 10111

Color Harmonies of #63134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63134F

Black with #63134F

Text Example


Text Example

White with #63134F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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