Html Css Color HEX #631C47 Pompadour

📋 copy color: '#631C47'

red 99 ◦ green 28 ◦ blue 71

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

Shades of Pompadour #631C47

Tints of Pompadour #631C47

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.14%

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

R = 50%
G = 14.14%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.61

RGB Variations

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

Color information

#631C47 (or 0x631C47) is known color: Pompadour. HEX triplet: 63, 1C and 47. RGB value is (99,28,71). Sum of RGB (Red+Green+Blue) = 99+28+71=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 71 (28.12% from 255 or 35.86% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #631C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631C47 is #9CE3B8. Grayscale: #363636. Windows color (decimal): -10281913 or 4660323. OLE color: 4660323.

HSL color Cylindrical-coordinate representation of color #631C47: hue angle of 323.66º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #631C47 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 28 71 -
CMYK 0 0.72 0.28 0.61
HSL 323.66º 0.56% 0.25% -
HSV(B) 323.66º 0.72% 0.39% -
XYZ 6.7 3.94 6.37 -
YUV 54.13 137.52 160 -
System Red Green Blue C M Y K H S L
Decimal 99 28 71 0 0.72 0.28 0.61 323.66 0.56 0.25
Hex 63 1C 47 0 48 1C 3D 144 38 19
Octal 143 34 107 0 110 34 75 504 70 31
Binary 1100011 11100 1000111 0 1001000 11100 111101 101000100 111000 11001

Color Harmonies of #631C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631C47

Black with #631C47

Text Example


Text Example

White with #631C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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