Html Css Color HEX #631642 Pompadour

📋 copy color: '#631642'

red 99 ◦ green 22 ◦ blue 66

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

Shades of Pompadour #631642

Tints of Pompadour #631642

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.76%

 BLUE value IS 66 (26.17% from 255) = 35.29%

R = 52.94%
G = 11.76%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#631642 (or 0x631642) is known color: Pompadour. HEX triplet: 63, 16 and 42. RGB value is (99,22,66). Sum of RGB (Red+Green+Blue) = 99+22+66=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #631642 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631642 is #9CE9BD. Grayscale: #313131. Windows color (decimal): -10283454 or 4331107. OLE color: 4331107.

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

Color convert

RGB 99 22 66 -
CMYK 0 0.78 0.33 0.61
HSL 325.71º 0.64% 0.24% -
HSV(B) 325.71º 0.78% 0.39% -
XYZ 6.42 3.62 5.51 -
YUV 50.04 137.01 162.92 -
System Red Green Blue C M Y K H S L
Decimal 99 22 66 0 0.78 0.33 0.61 325.71 0.64 0.24
Hex 63 16 42 0 4E 21 3D 146 40 18
Octal 143 26 102 0 116 41 75 506 100 30
Binary 1100011 10110 1000010 0 1001110 100001 111101 101000110 1000000 11000

Color Harmonies of #631642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631642

Black with #631642

Text Example


Text Example

White with #631642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631642; }

 p { color: rgb(99,22,66); }

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

background-color css

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

 a { background-color: rgb(99,22,66); }

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

border-color css

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

 span { border-color: rgb(99,22,66); }

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