Html Css Color HEX #63134E Pompadour

📋 copy color: '#63134E'

red 99 ◦ green 19 ◦ blue 78

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

Shades of Pompadour #63134E

Tints of Pompadour #63134E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 39.8%

R = 50.51%
G = 9.69%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#63134E (or 0x63134E) is known color: Pompadour. HEX triplet: 63, 13 and 4E. RGB value is (99,19,78). Sum of RGB (Red+Green+Blue) = 99+19+78=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #63134E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63134E is #9CECB1. Grayscale: #313131. Windows color (decimal): -10284210 or 5116771. OLE color: 5116771.

HSL color Cylindrical-coordinate representation of color #63134E: hue angle of 315.75º 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 #63134E is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 19 78 -
CMYK 0 0.81 0.21 0.61
HSL 315.75º 0.68% 0.23% -
HSV(B) 315.75º 0.81% 0.39% -
XYZ 6.75 3.67 7.56 -
YUV 49.65 144 163.2 -
System Red Green Blue C M Y K H S L
Decimal 99 19 78 0 0.81 0.21 0.61 315.75 0.68 0.23
Hex 63 13 4E 0 51 15 3D 13C 44 17
Octal 143 23 116 0 121 25 75 474 104 27
Binary 1100011 10011 1001110 0 1010001 10101 111101 100111100 1000100 10111

Color Harmonies of #63134E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63134E

Black with #63134E

Text Example


Text Example

White with #63134E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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