Html Css Color HEX #631247 Pompadour

📋 copy color: '#631247'

red 99 ◦ green 18 ◦ blue 71

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

Shades of Pompadour #631247

Tints of Pompadour #631247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 37.77%

R = 52.66%
G = 9.57%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.61

RGB Variations

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

Color information

#631247 (or 0x631247) is known color: Pompadour. HEX triplet: 63, 12 and 47. RGB value is (99,18,71). Sum of RGB (Red+Green+Blue) = 99+18+71=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #631247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631247 is #9CEDB8. Grayscale: #303030. Windows color (decimal): -10284473 or 4657763. OLE color: 4657763.

HSL color Cylindrical-coordinate representation of color #631247: hue angle of 320.74º 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 #631247 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 18 71 -
CMYK 0 0.82 0.28 0.61
HSL 320.74º 0.69% 0.23% -
HSV(B) 320.74º 0.82% 0.39% -
XYZ 6.5 3.54 6.3 -
YUV 48.26 140.84 164.19 -
System Red Green Blue C M Y K H S L
Decimal 99 18 71 0 0.82 0.28 0.61 320.74 0.69 0.23
Hex 63 12 47 0 52 1C 3D 141 45 17
Octal 143 22 107 0 122 34 75 501 105 27
Binary 1100011 10010 1000111 0 1010010 11100 111101 101000001 1000101 10111

Color Harmonies of #631247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631247

Black with #631247

Text Example


Text Example

White with #631247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631247; }

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

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

background-color css

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

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

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

border-color css

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

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

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