Html Css Color HEX #631C40 Pompadour

📋 copy color: '#631C40'

red 99 ◦ green 28 ◦ blue 64

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

Shades of Pompadour #631C40

Tints of Pompadour #631C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 33.51%

R = 51.83%
G = 14.66%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#631C40 (or 0x631C40) is known color: Pompadour. HEX triplet: 63, 1C and 40. RGB value is (99,28,64). Sum of RGB (Red+Green+Blue) = 99+28+64=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #631C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #631C40 is #9CE3BF. Grayscale: #353535. Windows color (decimal): -10281920 or 4201571. OLE color: 4201571.

HSL color Cylindrical-coordinate representation of color #631C40: hue angle of 329.58º 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 #631C40 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 28 64 -
CMYK 0 0.72 0.35 0.61
HSL 329.58º 0.56% 0.25% -
HSV(B) 329.58º 0.72% 0.39% -
XYZ 6.49 3.85 5.25 -
YUV 53.33 134.02 160.57 -
System Red Green Blue C M Y K H S L
Decimal 99 28 64 0 0.72 0.35 0.61 329.58 0.56 0.25
Hex 63 1C 40 0 48 23 3D 14A 38 19
Octal 143 34 100 0 110 43 75 512 70 31
Binary 1100011 11100 1000000 0 1001000 100011 111101 101001010 111000 11001

Color Harmonies of #631C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631C40

Black with #631C40

Text Example


Text Example

White with #631C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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