Html Css Color HEX #63124F Pompadour

📋 copy color: '#63124F'

red 99 ◦ green 18 ◦ blue 79

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

Shades of Pompadour #63124F

Tints of Pompadour #63124F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.18%

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

R = 50.51%
G = 9.18%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.61

RGB Variations

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

Color information

#63124F (or 0x63124F) is known color: Pompadour. HEX triplet: 63, 12 and 4F. RGB value is (99,18,79). Sum of RGB (Red+Green+Blue) = 99+18+79=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #63124F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63124F is #9CEDB0. Grayscale: #313131. Windows color (decimal): -10284465 or 5182051. OLE color: 5182051.

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

Color convert

RGB 99 18 79 -
CMYK 0 0.82 0.20 0.61
HSL 314.81º 0.69% 0.23% -
HSV(B) 314.81º 0.82% 0.39% -
XYZ 6.77 3.65 7.74 -
YUV 49.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 99 18 79 0 0.82 0.20 0.61 314.81 0.69 0.23
Hex 63 12 4F 0 52 14 3D 13B 45 17
Octal 143 22 117 0 122 24 75 473 105 27
Binary 1100011 10010 1001111 0 1010010 10100 111101 100111011 1000101 10111

Color Harmonies of #63124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63124F

Black with #63124F

Text Example


Text Example

White with #63124F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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