Html Css Color HEX #631944 Pompadour

📋 copy color: '#631944'

red 99 ◦ green 25 ◦ blue 68

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

Shades of Pompadour #631944

Tints of Pompadour #631944

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.02%

 BLUE value IS 68 (26.95% from 255) = 35.42%

R = 51.56%
G = 13.02%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.61

RGB Variations

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

Color information

#631944 (or 0x631944) is known color: Pompadour. HEX triplet: 63, 19 and 44. RGB value is (99,25,68). Sum of RGB (Red+Green+Blue) = 99+25+68=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #631944 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631944 is #9CE6BB. Grayscale: #333333. Windows color (decimal): -10282684 or 4462947. OLE color: 4462947.

HSL color Cylindrical-coordinate representation of color #631944: hue angle of 325.14º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #631944 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 25 68 -
CMYK 0 0.75 0.31 0.61
HSL 325.14º 0.6% 0.24% -
HSV(B) 325.14º 0.75% 0.39% -
XYZ 6.54 3.77 5.85 -
YUV 52.03 137.02 161.5 -
System Red Green Blue C M Y K H S L
Decimal 99 25 68 0 0.75 0.31 0.61 325.14 0.6 0.24
Hex 63 19 44 0 4B 1F 3D 145 3C 18
Octal 143 31 104 0 113 37 75 505 74 30
Binary 1100011 11001 1000100 0 1001011 11111 111101 101000101 111100 11000

Color Harmonies of #631944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631944

Black with #631944

Text Example


Text Example

White with #631944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631944; }

 p { color: rgb(99,25,68); }

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

background-color css

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

 a { background-color: rgb(99,25,68); }

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

border-color css

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

 span { border-color: rgb(99,25,68); }

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